Freigeben über


CosmosDBLocationCollection.GetAllAsync(CancellationToken) Methode

Definition

Auflisten von Cosmos DB-Speicherorten und deren Eigenschaften

  • Anfordern von Path/subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations
  • Vorgang IdLocations_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBLocationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CosmosDBLocationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der CosmosDBLocationResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: