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