WebSite.UsageState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)