次の方法で共有


AppServiceEnvironmentInner.EnvironmentCapacities プロパティ

定義

現在の合計、使用済み、使用可能なワーカー容量を取得します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象