LocationNames Class

 

Specifies the location names for Microsoft Azure.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.LocationNames

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static EastAsia

Specifies that the location is East Asia.

System_CAPS_pubfieldSystem_CAPS_static EastUS

Specifies that the location is East US.

System_CAPS_pubfieldSystem_CAPS_static NorthCentralUS

Specifies that the location is North Central US.

System_CAPS_pubfieldSystem_CAPS_static NorthEurope

Specifies that the location is North Europe.

System_CAPS_pubfieldSystem_CAPS_static SouthCentralUS

Specifies that the location is South Central US.

System_CAPS_pubfieldSystem_CAPS_static SoutheastAsia

Specifies that the location is Southeast Asia.

System_CAPS_pubfieldSystem_CAPS_static WestEurope

Specifies that the location is West Europe.

System_CAPS_pubfieldSystem_CAPS_static WestUS

Specifies that the location is West US.

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.Models Namespace

Return to top