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,TaskUpdateHeaders>> |
Tasks.updateWithServiceResponseAsync(String jobId,
String taskId)
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 |
---|---|
TaskUpdateHeaders |
TaskUpdateHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskUpdateHeaders |
TaskUpdateHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
TaskUpdateHeaders |
TaskUpdateHeaders.withETag(String eTag)
Set the eTag value.
|
TaskUpdateHeaders |
TaskUpdateHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
TaskUpdateHeaders |
TaskUpdateHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.