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 |
JobSchedules.terminate(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
rx.Observable<Void> |
JobSchedules.terminateAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
ServiceFuture<Void> |
JobSchedules.terminateAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions,
ServiceCallback<Void> serviceCallback)
Terminates a job schedule.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobScheduleTerminateHeaders>> |
JobSchedules.terminateWithServiceResponseAsync(String jobScheduleId,
JobScheduleTerminateOptions jobScheduleTerminateOptions)
Terminates a job schedule.
|
Modifier and Type | Method and Description |
---|---|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobScheduleTerminateOptions |
JobScheduleTerminateOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.