Share via


IClusterPatchParameters.ComputeRackDefinition Property

Definition

The list of rack definitions for the compute racks in a multi-rack cluster, or an empty list in a single-rack cluster.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of rack definitions for the compute racks in a multi-rack\r\n        cluster, or an empty list in a single-rack cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeRackDefinitions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition> ComputeRackDefinition { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The list of rack definitions for the compute racks in a multi-rack\r\n        cluster, or an empty list in a single-rack cluster.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeRackDefinitions", Update=true)>]
member this.ComputeRackDefinition : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IRackDefinition> with get, set
Public Property ComputeRackDefinition As List(Of IRackDefinition)

Property Value

Attributes

Applies to