Share via


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(Create=true, 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) }, Read=true, ReadOnly=false, Required=true, SerializedName="maximum", Update=true)]
public string CapacityMaximum { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Runtime.Info(Create=true, 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) }, Read=true, ReadOnly=false, Required=true, SerializedName="maximum", Update=true)>]
member this.CapacityMaximum : string with get, set
Public Property CapacityMaximum As String

Property Value

Attributes

Applies to