Placement.ExcludeZones 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 not be present in the list of availability zones passed with 'excludeZones'. If 'excludeZones' is not provided, all availability zones in region will be considered for selection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to