Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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 |
JobOperations.patchJob(String jobId,
JobPatchParameter jobPatchParameter)
Updates the specified job.
|
void |
JobOperations.patchJob(String jobId,
JobPatchParameter jobPatchParameter,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job.
|
Modifier and Type | Method and Description |
---|---|
void |
Jobs.patch(String jobId,
JobPatchParameter jobPatchParameter)
Updates the properties of the specified job.
|
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)
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.
|
ServiceFuture<Void> |
Jobs.patchAsync(String jobId,
JobPatchParameter jobPatchParameter,
ServiceCallback<Void> serviceCallback)
Updates the properties of the specified job.
|
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 |
---|---|
JobPatchParameter |
JobPatchParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobPatchParameter |
JobPatchParameter.withMetadata(List<MetadataItem> metadata)
Set the metadata value.
|
JobPatchParameter |
JobPatchParameter.withOnAllTasksComplete(OnAllTasksComplete onAllTasksComplete)
Set the onAllTasksComplete value.
|
JobPatchParameter |
JobPatchParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobPatchParameter |
JobPatchParameter.withPriority(Integer priority)
Set the priority value.
|
Copyright © 2019. All rights reserved.