Freigeben über


LocationsOperationsExtensions.ListAsync Methode

Definition

Auflisten von Cosmos DB-Speicherorten und deren Eigenschaften

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))

Parameter

operations
ILocationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: