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)

public static LocationsListResponse List(
	this ILocationOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.ILocationOperations

The ILocationOperations object that specifies the operations.

Return Value

Type: Microsoft.WindowsAzure.Management.Models.LocationsListResponse

A LocationsListResponse object that contains the list of available locations.

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

Return to top
Show: