ICollectionOperations.RegionListAsync(CancellationToken) Method

Definition

Gets a list of all regions where collection can be created for the subscription.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.RegionListResult> RegionListAsync (System.Threading.CancellationToken cancellationToken);
abstract member RegionListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.RegionListResult>
Public Function RegionListAsync (cancellationToken As CancellationToken) As Task(Of RegionListResult)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The list of locations.

Applies to