WebSiteState Enumeration

Specifies the state of the web site.

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

Usage

'Usage
Dim instance As WebSiteState

Syntax

'Declaration
Public Enumeration WebSiteState
public enum WebSiteState
public enum class WebSiteState
public enum WebSiteState
public enum WebSiteState

Members

Member name Description
Running Specifies that the state of the web site is Running.
Stopped Specifies that the state of the web site is Stopped.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.WebSites.Models Namespace