Sdílet prostřednictvím


IAutoscaleProfile.CapacityMaximum Property

Definition

the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.

[Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="maximum")]
public string CapacityMaximum { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Description="the maximum number of instances for the resource. The actual maximum number of instances is limited by the cores that are available in the subscription.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=true, SerializedName="maximum")>]
member this.CapacityMaximum : string with get, set
Public Property CapacityMaximum As String

Property Value

Attributes

Applies to