Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.DatabaseAccountListReadOnlyKeysResultInner
Packages that use DatabaseAccountListReadOnlyKeysResultInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of DatabaseAccountListReadOnlyKeysResultInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return DatabaseAccountListReadOnlyKeysResultInnerModifier and TypeMethodDescriptionDatabaseAccountsClient.getReadOnlyKeys
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account.DatabaseAccountsClient.listReadOnlyKeys
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type DatabaseAccountListReadOnlyKeysResultInnerModifier and TypeMethodDescriptionDatabaseAccountsClient.getReadOnlyKeysAsync
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account.com.azure.core.http.rest.Response
<DatabaseAccountListReadOnlyKeysResultInner> DatabaseAccountsClient.getReadOnlyKeysWithResponse
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Lists the read-only access keys for the specified Azure Cosmos DB database account.Mono
<com.azure.core.http.rest.Response<DatabaseAccountListReadOnlyKeysResultInner>> DatabaseAccountsClient.getReadOnlyKeysWithResponseAsync
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account.DatabaseAccountsClient.listReadOnlyKeysAsync
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account.com.azure.core.http.rest.Response
<DatabaseAccountListReadOnlyKeysResultInner> DatabaseAccountsClient.listReadOnlyKeysWithResponse
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Lists the read-only access keys for the specified Azure Cosmos DB database account.Mono
<com.azure.core.http.rest.Response<DatabaseAccountListReadOnlyKeysResultInner>> DatabaseAccountsClient.listReadOnlyKeysWithResponseAsync
(String resourceGroupName, String accountName) Lists the read-only access keys for the specified Azure Cosmos DB database account. -
Uses of DatabaseAccountListReadOnlyKeysResultInner in com.azure.resourcemanager.cosmos.fluent.models
Subclasses of DatabaseAccountListReadOnlyKeysResultInner in com.azure.resourcemanager.cosmos.fluent.modelsModifier and TypeClassDescriptionfinal class
The access keys for the given database account.Methods in com.azure.resourcemanager.cosmos.fluent.models that return DatabaseAccountListReadOnlyKeysResultInnerModifier and TypeMethodDescriptionDatabaseAccountListReadOnlyKeysResultInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DatabaseAccountListReadOnlyKeysResultInner from the JsonReader.