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.createJob(String jobId,
PoolInformation poolInfo)
Adds a job to the Batch account.
|
void |
JobOperations.createJob(String jobId,
PoolInformation poolInfo,
Iterable<BatchClientBehavior> additionalBehaviors)
Adds a job to the Batch account.
|
void |
JobOperations.patchJob(String jobId,
PoolInformation poolInfo)
Updates the specified job.
|
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 |
---|---|
PoolInformation |
JobPatchParameter.poolInfo()
Get the poolInfo value.
|
PoolInformation |
JobSpecification.poolInfo()
Get the poolInfo value.
|
PoolInformation |
JobUpdateParameter.poolInfo()
Get the poolInfo value.
|
PoolInformation |
JobAddParameter.poolInfo()
Get the poolInfo value.
|
PoolInformation |
CloudJob.poolInfo()
Get the poolInfo value.
|
PoolInformation |
PoolInformation.withAutoPoolSpecification(AutoPoolSpecification autoPoolSpecification)
Set the autoPoolSpecification value.
|
PoolInformation |
PoolInformation.withPoolId(String poolId)
Set the poolId value.
|
Modifier and Type | Method and Description |
---|---|
JobPatchParameter |
JobPatchParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobSpecification |
JobSpecification.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobUpdateParameter |
JobUpdateParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
JobAddParameter |
JobAddParameter.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
CloudJob |
CloudJob.withPoolInfo(PoolInformation poolInfo)
Set the poolInfo value.
|
Copyright © 2019. All rights reserved.