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 | |
---|---|---|
EastAsiaWebSpace | Specifies that the web space name is EastAsia. |
|
EastUSWebSpace | Specifies that the web space name is EastUS. |
|
NorthCentralUSWebSpace | Specifies that the web space name is NorthCentralUS. |
|
NorthEuropeWebSpace | Specifies that the web space name is NorthEurope. |
|
WestEuropeWebSpace | Specifies that the web space name is WestEurope. |
|
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