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
EastAsia

Specifies that the location is East Asia.

EastUS

Specifies that the location is East US.

NorthCentralUS

Specifies that the location is North Central US.

NorthEurope

Specifies that the location is North Europe.

SouthCentralUS

Specifies that the location is South Central US.

SoutheastAsia

Specifies that the location is Southeast Asia.

WestEurope

Specifies that the location is West Europe.

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