SkuCapacity.DefaultProperty Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to