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