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 |
Tasks.update(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
rx.Observable<Void> |
Tasks.updateAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
ServiceFuture<Void> |
Tasks.updateAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskUpdateHeaders>> |
Tasks.updateWithServiceResponseAsync(String jobId,
String taskId,
TaskConstraints constraints,
TaskUpdateOptions taskUpdateOptions)
Updates the properties of the specified task.
|
Modifier and Type | Method and Description |
---|---|
TaskUpdateOptions |
TaskUpdateOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskUpdateOptions |
TaskUpdateOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
TaskUpdateOptions |
TaskUpdateOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
TaskUpdateOptions |
TaskUpdateOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
TaskUpdateOptions |
TaskUpdateOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
TaskUpdateOptions |
TaskUpdateOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskUpdateOptions |
TaskUpdateOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskUpdateOptions |
TaskUpdateOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.