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