ICluster.AggregatorOrSingleRackDefinitionAvailabilityZone 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.
The zone name used for this rack when created. Availability zones are used for workload placement.
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The zone name used for this rack when created. Availability zones are used for workload placement.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="availabilityZone")]
public string AggregatorOrSingleRackDefinitionAvailabilityZone { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The zone name used for this rack when created. Availability zones are used for workload placement.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="availabilityZone")>]
member this.AggregatorOrSingleRackDefinitionAvailabilityZone : string with get, set
Public Property AggregatorOrSingleRackDefinitionAvailabilityZone As String
Property Value
- Attributes