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)
ILocationOperations Locations { get; }
property ILocationOperations^ Locations {
ILocationOperations^ get();
}
abstract Locations : ILocationOperations with get
ReadOnly Property Locations As ILocationOperations
Type: Microsoft.WindowsAzure.Management.ILocationOperations
The operation for listing available data center locations.
For more information about retrieving available locations, see the following resources:
IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace
Return to top