| Modifier and Type | Method and Description |
|---|---|
DatabaseAccountListReadOnlyKeysResult |
CosmosDBAccount.listReadOnlyKeys() |
DatabaseAccountListReadOnlyKeysResult |
CosmosDBAccounts.listReadOnlyKeys(String groupName,
String accountName)
Lists the read-only access keys for the specified Azure CosmosDB database account.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<DatabaseAccountListReadOnlyKeysResult> |
CosmosDBAccount.listReadOnlyKeysAsync() |
rx.Observable<DatabaseAccountListReadOnlyKeysResult> |
CosmosDBAccounts.listReadOnlyKeysAsync(String groupName,
String accountName)
Lists the read-only 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.
*/