Share via


SkuCapacity.Minimum Property

Definition

Gets or sets minimum number of workers for this App Service plan SKU.

[Newtonsoft.Json.JsonProperty(PropertyName="minimum")]
public int? Minimum { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minimum")>]
member this.Minimum : Nullable<int> with get, set
Public Property Minimum As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to