Freigeben über


CosmosDBAccountResource.GetConnectionStringsAsync(CancellationToken) Methode

Definition

Listet die Verbindungszeichenfolgen für das angegebene Azure Cosmos DB-Datenbankkonto auf.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listConnectionStrings
  • Vorgang IdDatabaseAccounts_ListConnectionStrings
public virtual Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString> GetConnectionStringsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectionStringsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString>
override this.GetConnectionStringsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString>
Public Overridable Function GetConnectionStringsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of CosmosDBAccountConnectionString)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: