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,TaskTerminateHeaders>> |
Tasks.terminateWithServiceResponseAsync(String jobId,
String taskId)
Terminates the specified task.
|
rx.Observable<ServiceResponseWithHeaders<Void,TaskTerminateHeaders>> |
Tasks.terminateWithServiceResponseAsync(String jobId,
String taskId,
TaskTerminateOptions taskTerminateOptions)
Terminates the specified task.
|
Modifier and Type | Method and Description |
---|---|
TaskTerminateHeaders |
TaskTerminateHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskTerminateHeaders |
TaskTerminateHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
TaskTerminateHeaders |
TaskTerminateHeaders.withETag(String eTag)
Set the eTag value.
|
TaskTerminateHeaders |
TaskTerminateHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
TaskTerminateHeaders |
TaskTerminateHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.