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,JobTerminateHeaders>> |
Jobs.terminateWithServiceResponseAsync(String jobId)
Terminates the specified job, marking it as completed.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobTerminateHeaders>> |
Jobs.terminateWithServiceResponseAsync(String jobId,
String terminateReason,
JobTerminateOptions jobTerminateOptions)
Terminates the specified job, marking it as completed.
|
Modifier and Type | Method and Description |
---|---|
JobTerminateHeaders |
JobTerminateHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobTerminateHeaders |
JobTerminateHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobTerminateHeaders |
JobTerminateHeaders.withETag(String eTag)
Set the eTag value.
|
JobTerminateHeaders |
JobTerminateHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobTerminateHeaders |
JobTerminateHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.