WebSite.UsageState Property

Definition

Optional. The usage state of the web site. Possible values are Normal or Exceeded. If any quota is exceeded, the UsageState value changes to Exceeded and the site goes offline.

public Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUsageState? UsageState { get; set; }
member this.UsageState : Nullable<Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUsageState> with get, set
Public Property UsageState As Nullable(Of WebSiteUsageState)

Property Value

Applies to