Placement.ZonePlacementPolicy Property

Definition

Gets or sets specifies the policy for resource's placement in availability zone. Possible values are: Any (used for Virtual Machines), Auto (used for Virtual Machine Scale Sets) - An availability zone will be automatically picked by system as part of resource creation. Possible values include: 'Any', 'Auto'

[Newtonsoft.Json.JsonProperty(PropertyName="zonePlacementPolicy")]
public string ZonePlacementPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="zonePlacementPolicy")>]
member this.ZonePlacementPolicy : string with get, set
Public Property ZonePlacementPolicy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to