INetworkFabricPatch.ServerCountPerRack Property

Definition

Number of servers.Possible values are from 1-16.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Number of servers.Possible values are from 1-16.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="serverCountPerRack", Update=true)]
public int? ServerCountPerRack { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Number of servers.Possible values are from 1-16.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="serverCountPerRack", Update=true)>]
member this.ServerCountPerRack : Nullable<int> with get, set
Public Property ServerCountPerRack As Nullable(Of Integer)

Property Value

Attributes

Applies to