AvailabilityProperties.Zone Property

Definition

Gets or sets the primary availability zone for the private cloud

[Newtonsoft.Json.JsonProperty(PropertyName="zone")]
public int? Zone { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="zone")>]
member this.Zone : Nullable<int> with get, set
Public Property Zone As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to