ISkuDescription.SkuCapacityMinimum Property

Definition

Minimum number of workers for this App Service plan SKU.

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

Property Value

Attributes

Applies to