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