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 |
---|---|
void |
Jobs.add(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
rx.Observable<Void> |
Jobs.addAsync(JobAddParameter job,
JobAddOptions jobAddOptions)
Adds a job to the specified account.
|
ServiceFuture<Void> |
Jobs.addAsync(JobAddParameter job,
JobAddOptions jobAddOptions,
ServiceCallback<Void> serviceCallback)
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 |
---|---|
JobAddOptions |
JobAddOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobAddOptions |
JobAddOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobAddOptions |
JobAddOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobAddOptions |
JobAddOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.