AppServicePlanInner.NumberOfSites Property

Definition

Gets number of apps assigned to this App Service plan.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfSites")]
public int? NumberOfSites { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.numberOfSites")>]
member this.NumberOfSites : Nullable<int>
Public ReadOnly Property NumberOfSites As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to