Uses of Interface
com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult
-
Packages that use DatabaseAccountListReadOnlyKeysResult Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of DatabaseAccountListReadOnlyKeysResult in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models 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.azure.resourcemanager.cosmos.models that return types with arguments of type DatabaseAccountListReadOnlyKeysResult Modifier and Type Method Description Mono<DatabaseAccountListReadOnlyKeysResult>CosmosDBAccount. listReadOnlyKeysAsync()Mono<DatabaseAccountListReadOnlyKeysResult>CosmosDBAccounts. listReadOnlyKeysAsync(String groupName, String accountName)Lists the read-only access keys for the specified Azure CosmosDB database account.
-