次の方法で共有


CosmosDBAccountResource.GetConnectionStrings(CancellationToken) メソッド

定義

指定した Azure Cosmos DB データベース アカウントの接続文字列を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/databaseAccounts/{accountName}/listConnectionStrings
  • 操作IdDatabaseAccounts_ListConnectionStrings
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString> GetConnectionStrings (System.Threading.CancellationToken cancellationToken = default);
abstract member GetConnectionStrings : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString>
override this.GetConnectionStrings : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.CosmosDBAccountConnectionString>
Public Overridable Function GetConnectionStrings (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of CosmosDBAccountConnectionString)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の CosmosDBAccountConnectionString サービス要求を受け取る可能性がある のコレクション。

適用対象