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

NodePlacementConfiguration.Policy Property

Definition

Gets node placement Policy type on Batch Pools.

public Microsoft.Azure.Batch.Common.NodePlacementPolicyType? Policy { get; }
member this.Policy : Nullable<Microsoft.Azure.Batch.Common.NodePlacementPolicyType>
Public ReadOnly Property Policy As Nullable(Of NodePlacementPolicyType)

Property Value

Remarks

Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy.

Applies to