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.enable(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<Void> |
Jobs.enableAsync(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
ServiceFuture<Void> |
Jobs.enableAsync(String jobId,
JobEnableOptions jobEnableOptions,
ServiceCallback<Void> serviceCallback)
Enables the specified job, allowing new tasks to run.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobEnableHeaders>> |
Jobs.enableWithServiceResponseAsync(String jobId,
JobEnableOptions jobEnableOptions)
Enables the specified job, allowing new tasks to run.
|
Modifier and Type | Method and Description |
---|---|
JobEnableOptions |
JobEnableOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobEnableOptions |
JobEnableOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobEnableOptions |
JobEnableOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobEnableOptions |
JobEnableOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobEnableOptions |
JobEnableOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobEnableOptions |
JobEnableOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobEnableOptions |
JobEnableOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobEnableOptions |
JobEnableOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.