Placement.ExcludeZones Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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