Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
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 © 2019. All rights reserved.