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,JobEnableHeaders>> |
Jobs.enableWithServiceResponseAsync(String jobId)
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 |
---|---|
JobEnableHeaders |
JobEnableHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobEnableHeaders |
JobEnableHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobEnableHeaders |
JobEnableHeaders.withETag(String eTag)
Set the eTag value.
|
JobEnableHeaders |
JobEnableHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobEnableHeaders |
JobEnableHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.