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,JobUpdateHeaders>> |
Jobs.updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
rx.Observable<ServiceResponseWithHeaders<Void,JobUpdateHeaders>> |
Jobs.updateWithServiceResponseAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobUpdateHeaders |
JobUpdateHeaders.withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobUpdateHeaders |
JobUpdateHeaders.withDataServiceId(String dataServiceId)
Set the dataServiceId value.
|
JobUpdateHeaders |
JobUpdateHeaders.withETag(String eTag)
Set the eTag value.
|
JobUpdateHeaders |
JobUpdateHeaders.withLastModified(org.joda.time.DateTime lastModified)
Set the lastModified value.
|
JobUpdateHeaders |
JobUpdateHeaders.withRequestId(UUID requestId)
Set the requestId value.
|
Copyright © 2019. All rights reserved.