BatchJobUpdateContent.PoolInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Pool on which the Batch service runs the Job's Tasks. You may change the Pool for a Job only when the Job is disabled. The Patch Job call will fail if you include the poolInfo element and the Job is not disabled. If you specify an autoPoolSpecification in the poolInfo, only the keepAlive property of the autoPoolSpecification can be updated, and then only if the autoPoolSpecification has a poolLifetimeOption of Job (other job properties can be updated as normal). If omitted, the Job continues to run on its current Pool.
public Azure.Compute.Batch.BatchPoolInfo PoolInfo { get; set; }
member this.PoolInfo : Azure.Compute.Batch.BatchPoolInfo with get, set
Public Property PoolInfo As BatchPoolInfo
Property Value
Applies to
Azure SDK for .NET