다음을 통해 공유


IScaleCapacity.Maximum 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 Maximum { 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.Maximum : string with get, set
Public Property Maximum As String

Property Value

Attributes

Applies to