IResponseMessageEnvelopeRemotePrivateEndpointConnection.SkuCapacityMaximum Property

Definition

Maximum number of workers for this App Service plan SKU.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum number of workers for this App Service plan SKU.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximum", Update=true)]
public int? SkuCapacityMaximum { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Create=true, Description="Maximum number of workers for this App Service plan SKU.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="maximum", Update=true)>]
member this.SkuCapacityMaximum : Nullable<int> with get, set
Public Property SkuCapacityMaximum As Nullable(Of Integer)

Property Value

Attributes

Applies to