AppServiceEnvironmentInner.EnvironmentCapacities Property

Definition

Gets current total, used, and available worker capacities.

[Newtonsoft.Json.JsonProperty(PropertyName="environmentCapacities")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity> EnvironmentCapacities { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="environmentCapacities")>]
member this.EnvironmentCapacities : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StampCapacity>
Public ReadOnly Property EnvironmentCapacities As IList(Of StampCapacity)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to