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

적용 대상