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 |
---|---|
CloudJob |
Jobs.get(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
rx.Observable<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
ServiceFuture<CloudJob> |
Jobs.getAsync(String jobId,
JobGetOptions jobGetOptions,
ServiceCallback<CloudJob> serviceCallback)
Gets information about the specified job.
|
rx.Observable<ServiceResponseWithHeaders<CloudJob,JobGetHeaders>> |
Jobs.getWithServiceResponseAsync(String jobId,
JobGetOptions jobGetOptions)
Gets information about the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobGetOptions |
JobGetOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobGetOptions |
JobGetOptions.withExpand(String expand)
Set the expand value.
|
JobGetOptions |
JobGetOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobGetOptions |
JobGetOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobGetOptions |
JobGetOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobGetOptions |
JobGetOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobGetOptions |
JobGetOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobGetOptions |
JobGetOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobGetOptions |
JobGetOptions.withSelect(String select)
Set the select value.
|
JobGetOptions |
JobGetOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.