WebSite::UsageState Property

 

Gets or sets an WebSiteUsageState value that specifies the usage state of the web site.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public:
property Nullable<WebSiteUsageState> UsageState {
	Nullable<WebSiteUsageState> get();
	void set(Nullable<WebSiteUsageState> value);
}

If any quota is exceeded, the UsageState value changes to Exceeded and the site goes off line.

Return to top
Show: