Condividi tramite


ICosmosDBAccounts.ListKeysAsync(String, String, CancellationToken) Method

Definition

Lists the access keys for the specified Azure CosmosDB database account.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountListKeysResult> ListKeysAsync (string groupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
abstract member ListKeysAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountListKeysResult>
Public Function ListKeysAsync (groupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IDatabaseAccountListKeysResult)

Parameters

groupName
String

The group name.

accountName
String

The account name.

cancellationToken
CancellationToken

Returns

Applies to