ProximityPlacementGroup.Zones Property

Definition

Gets or sets specifies the Availability Zone where virtual machine, virtual machine scale set or availability set associated with the proximity placement group can be created.

[Newtonsoft.Json.JsonProperty(PropertyName="zones")]
public System.Collections.Generic.IList<string> Zones { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="zones")>]
member this.Zones : System.Collections.Generic.IList<string> with get, set
Public Property Zones As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to