Freigeben über


DatabaseAccountsOperationsExtensions.GetReadOnlyKeysAsync Methode

Definition

Listet die schreibgeschützten Zugriffsschlüssel für das angegebene Azure Cosmos DB-Datenbankkonto auf.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountListReadOnlyKeysResultInner> GetReadOnlyKeysAsync (this Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountsOperations operations, string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default);
static member GetReadOnlyKeysAsync : Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.CosmosDB.Fluent.Models.DatabaseAccountListReadOnlyKeysResultInner>
<Extension()>
Public Function GetReadOnlyKeysAsync (operations As IDatabaseAccountsOperations, resourceGroupName As String, accountName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of DatabaseAccountListReadOnlyKeysResultInner)

Parameter

operations
IDatabaseAccountsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

accountName
String

Name des Cosmos DB-Datenbankkontos.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: