Placement.IncludeZones Property

Definition

Gets or sets this property supplements the 'zonePlacementPolicy' property. If 'zonePlacementPolicy' is set to 'Any'/'Auto', availability zone selected by the system must be present in the list of availability zones passed with 'includeZones'. If 'includeZones' is not provided, all availability zones in region will be considered for selection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to