Uses of Interface
com.azure.resourcemanager.cosmos.models.DatabaseAccountListReadOnlyKeysResult
Packages that use DatabaseAccountListReadOnlyKeysResult
Package
Description
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 DatabaseAccountListReadOnlyKeysResultModifier and TypeMethodDescriptionCosmosDBAccount.listReadOnlyKeys()Gets the read-only access keys for the specified Azure CosmosDB database account.CosmosDBAccounts.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 DatabaseAccountListReadOnlyKeysResultModifier and TypeMethodDescriptionCosmosDBAccount.listReadOnlyKeysAsync()Gets the read-only access keys for the specified Azure CosmosDB database account.CosmosDBAccounts.listReadOnlyKeysAsync(String groupName, String accountName) Lists the read-only access keys for the specified Azure CosmosDB database account.