WebSpaceNames Class

 

Specifies available web space names.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.WebSpaceNames

Syntax

public static class WebSpaceNames
public ref class WebSpaceNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type WebSpaceNames = class end
Public NotInheritable Class WebSpaceNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static EastAsiaWebSpace

Specifies that the web space name is EastAsia.

System_CAPS_pubfieldSystem_CAPS_static EastUSWebSpace

Specifies that the web space name is EastUS.

System_CAPS_pubfieldSystem_CAPS_static NorthCentralUSWebSpace

Specifies that the web space name is NorthCentralUS.

System_CAPS_pubfieldSystem_CAPS_static NorthEuropeWebSpace

Specifies that the web space name is NorthEurope.

System_CAPS_pubfieldSystem_CAPS_static WestEuropeWebSpace

Specifies that the web space name is WestEurope.

System_CAPS_pubfieldSystem_CAPS_static WestUSWebSpace

Specifies that the web space name is WestUS.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top