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