Share via


RegionInfoAvailabilityZoneMappingsItem.IsAvailable Property

Definition

Gets or sets available availability zone

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to