Uses of Interface
com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult
Package
Description
This package contains the classes for CosmosDB.
-
Uses of DatabaseAccountListReadOnlyKeysResult in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionCosmosDBAccount.listReadOnlyKeys()
CosmosDBAccounts.listReadOnlyKeys
(String groupName, String accountName) Lists the read-only access keys for the specified Azure CosmosDB database account.Modifier and TypeMethodDescriptionrx.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.