你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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