共用方式為


SiteInner.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

適用於