ServerFarmWorkerSize Enumeration

Specifies the size of a server farm.

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

Usage

'Usage
Dim instance As ServerFarmWorkerSize

Syntax

'Declaration
Public Enumeration ServerFarmWorkerSize
public enum ServerFarmWorkerSize
public enum class ServerFarmWorkerSize
public enum ServerFarmWorkerSize
public enum ServerFarmWorkerSize

Members

Member name Description
Large Specifies that the worker size is Large.
Medium Specifies that the worker size is Medium.
Small Specifies that the worker size is Small.

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