VirtualMachinePlacement.IncludeZones 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.
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.
public System.Collections.Generic.IList<string> IncludeZones { get; }
member this.IncludeZones : System.Collections.Generic.IList<string>
Public ReadOnly Property IncludeZones As IList(Of String)