Share via


WebSpaceWorkerSize Enumeration

 

Specifies the size of a web space worker.

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

Syntax

public enum WebSpaceWorkerSize
public enum class WebSpaceWorkerSize
type WebSpaceWorkerSize
Public Enumeration WebSpaceWorkerSize

Members

Member name Description
Large

Specifies that the size of a web space worker is Large.

Medium

Specifies that the size of a web space worker is Medium.

Small

Specifies that the size of a web space worker is Small.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top