Package | Description |
---|---|
com.microsoft.azure.batch |
This package contains classes for writing applications that use the Azure Batch service.
|
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,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata)
Updates the specified job.
|
void |
JobOperations.patchJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job.
|
void |
JobOperations.updateJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata)
Updates the specified job.
|
void |
JobOperations.updateJob(String jobId,
PoolInformation poolInfo,
Integer priority,
JobConstraints constraints,
OnAllTasksComplete onAllTasksComplete,
List<MetadataItem> metadata,
Iterable<BatchClientBehavior> additionalBehaviors)
Updates the specified job.
|
Modifier and Type | Method and Description |
---|---|
JobConstraints |
JobPatchParameter.constraints()
Get the constraints value.
|
JobConstraints |
JobSpecification.constraints()
Get the constraints value.
|
JobConstraints |
JobUpdateParameter.constraints()
Get the constraints value.
|
JobConstraints |
JobAddParameter.constraints()
Get the constraints value.
|
JobConstraints |
CloudJob.constraints()
Get the constraints value.
|
JobConstraints |
JobConstraints.withMaxTaskRetryCount(Integer maxTaskRetryCount)
Set the maxTaskRetryCount value.
|
JobConstraints |
JobConstraints.withMaxWallClockTime(org.joda.time.Period maxWallClockTime)
Set the maxWallClockTime value.
|
Modifier and Type | Method and Description |
---|---|
JobPatchParameter |
JobPatchParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobSpecification |
JobSpecification.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobUpdateParameter |
JobUpdateParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
JobAddParameter |
JobAddParameter.withConstraints(JobConstraints constraints)
Set the constraints value.
|
CloudJob |
CloudJob.withConstraints(JobConstraints constraints)
Set the constraints value.
|
Copyright © 2019. All rights reserved.