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.update(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
void |
Jobs.update(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
rx.Observable<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter)
Updates the properties of the specified job.
|
rx.Observable<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
JobUpdateOptions jobUpdateOptions,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
ServiceFuture<Void> |
Jobs.updateAsync(String jobId,
JobUpdateParameter jobUpdateParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
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 |
---|---|
JobUpdateParameter |
JobUpdateParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobUpdateParameter |
JobUpdateParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobUpdateParameter |
JobUpdateParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobUpdateParameter |
JobUpdateParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobUpdateParameter |
JobUpdateParameter.withPriority(Integer priority)
Set the priority value.
|
Copyright © 2019. All rights reserved.