次の方法で共有


SitePatchResource.UsageState プロパティ

定義

アプリがクォータ使用量を超えたかどうかを示す状態を取得します。 読み取り専用です。 指定できる値は、'Normal'、'Exceeded' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.usageState")]
public Microsoft.Azure.Management.AppService.Fluent.Models.UsageState? UsageState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.usageState")>]
member this.UsageState : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UsageState>
Public ReadOnly Property UsageState As Nullable(Of UsageState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象