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)

Syntax

public Nullable<WebSiteUsageState> UsageState { get; set; }
public:
property Nullable<WebSiteUsageState> UsageState {
    Nullable<WebSiteUsageState> get();
    void set(Nullable<WebSiteUsageState> value);
}
member UsageState : Nullable<WebSiteUsageState> with get, set
Public Property UsageState As Nullable(Of WebSiteUsageState)

Property Value

Type: System.Nullable<WebSiteUsageState>

An WebSiteUsageState value.

Remarks

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

See Also

WebSite Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top