INetworkFabricSkuProperties.MaximumServerCount Property

Definition

Maximum number of servers available for this Network Fabric SKU.

[Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Maximum number of servers available for this Network Fabric SKU.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximumServerCount", Update=true)]
public int? MaximumServerCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ManagedNetworkFabric.Runtime.Info(Create=true, Description="Maximum number of servers available for this Network Fabric SKU.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximumServerCount", Update=true)>]
member this.MaximumServerCount : Nullable<int> with get, set
Public Property MaximumServerCount As Nullable(Of Integer)

Property Value

Attributes

Applies to