WebSiteUsageState Enumeration
Specifies the quota usage of a web site.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public enum WebSiteUsageState
public enum class WebSiteUsageState
type WebSiteUsageState
Public Enumeration WebSiteUsageState
Members
Member name | Description | |
---|---|---|
Exceeded | Specifies that the quota usage of the web site is Exceeded. |
|
Normal | Specifies that the quota usage of the web site is Normal. |
See Also
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top