IWebSiteBase.UsageState Property

Definition

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

public Microsoft.Azure.Management.AppService.Fluent.Models.UsageState? UsageState { get; }
member this.UsageState : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.UsageState>
Public ReadOnly Property UsageState As Nullable(Of UsageState)

Property Value

Applies to