次の方法で共有


BatchPoolInfo.AutoPoolSpecification Property

Definition

Characteristics for a temporary 'auto pool'. The Batch service will create this auto Pool when the Job is submitted. If auto Pool creation fails, the Batch service moves the Job to a completed state, and the Pool creation error is set in the Job's scheduling error property. The Batch service manages the lifetime (both creation and, unless keepAlive is specified, deletion) of the auto Pool. Any user actions that affect the lifetime of the auto Pool while the Job is active will result in unexpected behavior. You must specify either the Pool ID or the auto Pool specification, but not both.

public Azure.Compute.Batch.BatchAutoPoolSpecification AutoPoolSpecification { get; set; }
member this.AutoPoolSpecification : Azure.Compute.Batch.BatchAutoPoolSpecification with get, set
Public Property AutoPoolSpecification As BatchAutoPoolSpecification

Property Value

Applies to