LocationOperationsExtensions.ListAsync Method (ILocationOperations)

 

Asynchronously 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 Task<LocationsListResponse> ListAsync(
	this ILocationOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.ILocationOperations

The ILocationOperations object that specifies the operations.

Return Value

Type: System.Threading.Tasks.Task<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: