DataCenterResourceProperties.AvailabilityZone Property

Definition

Gets or sets if the azure data center has Availability Zone support, apply it to the Virtual Machine ScaleSet that host the cassandra data center virtual machines.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to