Uses of Interface
com.microsoft.azure.management.cosmosdb.DatabaseAccountListReadOnlyKeysResult
-
-
Uses of DatabaseAccountListReadOnlyKeysResult in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return DatabaseAccountListReadOnlyKeysResult Modifier and Type Method Description DatabaseAccountListReadOnlyKeysResultCosmosDBAccount. listReadOnlyKeys()DatabaseAccountListReadOnlyKeysResultCosmosDBAccounts. listReadOnlyKeys(String groupName, String accountName)Lists the read-only access keys for the specified Azure CosmosDB database account.Methods in com.microsoft.azure.management.cosmosdb that return types with arguments of type DatabaseAccountListReadOnlyKeysResult Modifier and Type Method 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.
-