| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountListKeysResult |
CosmosDBAccount.listKeys() |
DatabaseAccountListKeysResult |
CosmosDBAccounts.listKeys(String groupName,
String accountName)
Lists the access keys for the specified Azure CosmosDB database account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DatabaseAccountListKeysResult> |
CosmosDBAccount.listKeysAsync() |
rx.Observable<DatabaseAccountListKeysResult> |
CosmosDBAccounts.listKeysAsync(String groupName,
String accountName)
Lists the access keys for the specified Azure CosmosDB database account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/