Share via


LocationOperationsExtensions.List Method (ILocationOperations)

 

Lists all of the data center locations that are available for a subscription.

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

Syntax

public static LocationsListResponse List(
    this ILocationOperations operations
)
public:
[ExtensionAttribute]
static LocationsListResponse^ List(
    ILocationOperations^ operations
)
static member List : 
        operations:ILocationOperations -> LocationsListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As ILocationOperations
) As LocationsListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Models.LocationsListResponse

A LocationsListResponse object that contains the list of available locations.

Remarks

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

See Also

LocationOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top