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