Location.IsZoneRedundant Property

Definition

Gets or sets flag to indicate whether or not this region is an AvailabilityZone region

[Newtonsoft.Json.JsonProperty(PropertyName="isZoneRedundant")]
public bool? IsZoneRedundant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isZoneRedundant")>]
member this.IsZoneRedundant : Nullable<bool> with get, set
Public Property IsZoneRedundant As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to