Share via


ManagementClient.Locations Property

 

Gets the operations for listing location information.

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

Syntax

public virtual ILocationOperations Locations { get; }
public:
property ILocationOperations^ Locations {
    virtual ILocationOperations^ get();
}
abstract Locations : ILocationOperations with get
override Locations : ILocationOperations with get
Public Overridable ReadOnly Property Locations As ILocationOperations

Property Value

Type: Microsoft.WindowsAzure.Management.ILocationOperations

The operations for listing available data center locations.

Implements

IManagementClient.Locations

Remarks

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

See Also

ManagementClient Class
Microsoft.WindowsAzure.Management Namespace

Return to top