Package | Description |
---|---|
com.microsoft.azure.batch.protocol |
This package contains the classes for BatchServiceClient.
|
com.microsoft.azure.batch.protocol.models |
This package contains the models classes for BatchServiceClient.
|
Modifier and Type | Method and Description |
---|---|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job)
Adds a job to the specified account.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobAddHeaders>> |
Jobs.addWithServiceResponseAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
Modifier and Type | Method and Description |
---|---|
JobAddHeaders |
JobAddHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobAddHeaders |
JobAddHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobAddHeaders |
JobAddHeaders.withETag(String eTag)
Set the eTag value.
|
JobAddHeaders |
JobAddHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobAddHeaders |
JobAddHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.