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.patch(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
rx.Observable<Void> |
Jobs.patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Jobs.patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobPatchHeaders>> |
Jobs.patchWithServiceResponseAsync(String jobId,
JobPatchParameter jobPatchParameter,
JobPatchOptions jobPatchOptions)
Updates the properties of the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobPatchOptions |
JobPatchOptions.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobPatchOptions |
JobPatchOptions.withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobPatchOptions |
JobPatchOptions.withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobPatchOptions |
JobPatchOptions.withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobPatchOptions |
JobPatchOptions.withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobPatchOptions |
JobPatchOptions.withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobPatchOptions |
JobPatchOptions.withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobPatchOptions |
JobPatchOptions.withTimeout(Integer timeout)
Set the timeout value.
|
Copyright © 2019. All rights reserved.