ILocationOperations::ListAsync Method (CancellationToken)

 

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)

Task<LocationsListResponse^>^ ListAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

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: