Sdílet prostřednictvím


LocationsOperationsExtensions.ListAsync Method

Definition

List Cosmos DB locations and their properties

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.CosmosDB.Models.LocationGetResult>> ListAsync (this Microsoft.Azure.Management.CosmosDB.ILocationsOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.CosmosDB.ILocationsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.CosmosDB.Models.LocationGetResult>>
<Extension()>
Public Function ListAsync (operations As ILocationsOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of LocationGetResult))

Parameters

operations
ILocationsOperations

The operations group for this extension method.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to