Uses of Class
com.azure.resourcemanager.cosmos.models.AccountKeyMetadata
Packages that use AccountKeyMetadata
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of AccountKeyMetadata in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return AccountKeyMetadataModifier and TypeMethodDescriptionstatic AccountKeyMetadataAccountKeyMetadata.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AccountKeyMetadata from the JsonReader.DatabaseAccountKeysMetadata.primaryMasterKey()Get the primaryMasterKey property: The metadata related to the Primary Read-Write Key for the given Cosmos DB database account.DatabaseAccountKeysMetadata.primaryReadonlyMasterKey()Get the primaryReadonlyMasterKey property: The metadata related to the Primary Read-Only Key for the given Cosmos DB database account.DatabaseAccountKeysMetadata.secondaryMasterKey()Get the secondaryMasterKey property: The metadata related to the Secondary Read-Write Key for the given Cosmos DB database account.DatabaseAccountKeysMetadata.secondaryReadonlyMasterKey()Get the secondaryReadonlyMasterKey property: The metadata related to the Secondary Read-Only Key for the given Cosmos DB database account.