Site.UsageState Property

Definition

Gets state indicating whether the app has exceeded its quota usage. Read-only. Possible values include: 'Normal', 'Exceeded'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to