CosmosDBAccountResource.GetConnectionStringsAsync(CancellationToken) Method

Definition

Lists the connection strings for the specified Azure Cosmos DB database account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listConnectionStrings
  • Operation Id: DatabaseAccounts_ListConnectionStrings
  • Default Api Version: 2024-02-15-preview
  • Resource: CosmosDBAccountResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of CosmosDBAccountConnectionString that may take multiple service requests to iterate over.

Applies to