Share via


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 and Windows Server 2008

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.WebSites.Models Namespace