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 |
Jobs.disable(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
ServiceFuture<Void> |
Jobs.disableAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions,
ServiceCallback<Void> serviceCallback)
Disables the specified job, preventing new tasks from running.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobDisableHeaders>> |
Jobs.disableWithServiceResponseAsync(String jobId,
DisableJobOption disableTasks,
JobDisableOptions jobDisableOptions)
Disables the specified job, preventing new tasks from running.
|
Modifier and Type | Method and Description |
---|---|
JobDisableOptions |
JobDisableOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobDisableOptions |
JobDisableOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobDisableOptions |
JobDisableOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobDisableOptions |
JobDisableOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobDisableOptions |
JobDisableOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobDisableOptions |
JobDisableOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobDisableOptions |
JobDisableOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobDisableOptions |
JobDisableOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.