WebSiteComputeMode Enumeration

Specifies the compute mode for a web site.

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

Usage

'Usage
Dim instance As WebSiteComputeMode

Syntax

'Declaration
Public Enumeration WebSiteComputeMode
public enum WebSiteComputeMode
public enum class WebSiteComputeMode
public enum WebSiteComputeMode
public enum WebSiteComputeMode

Members

Member name Description
Dedicated Specifies that the compute mode is Dedicated.
Shared Specifies that the compute mode is Shared.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.WebSites.Models Namespace