IManagementClient.Locations Property

 

Gets the operation for listing the available data center locations.

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

Syntax

ILocationOperations Locations { get; }
property ILocationOperations^ Locations {
    ILocationOperations^ get();
}
abstract Locations : ILocationOperations with get
ReadOnly Property Locations As ILocationOperations

Property Value

Type: Microsoft.WindowsAzure.Management.ILocationOperations

The operation for listing available data center locations.

Remarks

For more information about retrieving available locations, see the following resources:

See Also

IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace

Return to top