Freigeben über


CosmosDBExtensions.GetCosmosDBAccountsAsync Methode

Definition

Listet alle Azure Cosmos DB-Datenbankkonten auf, die unter dem Abonnement verfügbar sind.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.DocumentDB/databaseAccounts
  • Vorgangs-IdDatabaseAccounts_List
public static Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBAccountResource> GetCosmosDBAccountsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetCosmosDBAccountsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.CosmosDBAccountResource>
<Extension()>
Public Function GetCosmosDBAccountsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CosmosDBAccountResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von CosmosDBAccountResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: