Udostępnij za pośrednictwem


NodePlacementConfiguration.Policy Property

Definition

Gets or sets node placement Policy type on Batch Pools.

[Newtonsoft.Json.JsonProperty(PropertyName="policy")]
public Microsoft.Azure.Batch.Protocol.Models.NodePlacementPolicyType? Policy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="policy")>]
member this.Policy : Nullable<Microsoft.Azure.Batch.Protocol.Models.NodePlacementPolicyType> with get, set
Public Property Policy As Nullable(Of NodePlacementPolicyType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Possible values include: 'regional', 'zonal'

Applies to