Uses of Class
com.azure.resourcemanager.cosmos.models.KeyKind
Packages that use KeyKind
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of KeyKind in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as KeyKindModifier and TypeFieldDescriptionstatic final KeyKindKeyKind.PRIMARYStatic value primary for KeyKind.static final KeyKindKeyKind.PRIMARY_READONLYStatic value primaryReadonly for KeyKind.static final KeyKindKeyKind.SECONDARYStatic value secondary for KeyKind.static final KeyKindKeyKind.SECONDARY_READONLYStatic value secondaryReadonly for KeyKind.Methods in com.azure.resourcemanager.cosmos.models that return KeyKindModifier and TypeMethodDescriptionstatic KeyKindKeyKind.fromString(String name) Creates or finds a KeyKind from its string representation.DatabaseAccountRegenerateKeyParameters.keyKind()Get the keyKind property: The access key to regenerate.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type KeyKindModifier and TypeMethodDescriptionstatic Collection<KeyKind> KeyKind.values()Gets known KeyKind values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type KeyKindModifier and TypeMethodDescriptionvoidCosmosDBAccount.regenerateKey(KeyKind keyKind) Regenerates secret keys.voidCosmosDBAccounts.regenerateKey(String groupName, String accountName, KeyKind keyKind) Regenerates an access key for the specified Azure CosmosDB database account.CosmosDBAccount.regenerateKeyAsync(KeyKind keyKind) A deferred emitter that regenerates secret keys.CosmosDBAccounts.regenerateKeyAsync(String groupName, String accountName, KeyKind keyKind) Regenerates an access key for the specified Azure CosmosDB database account.DatabaseAccountRegenerateKeyParameters.withKeyKind(KeyKind keyKind) Set the keyKind property: The access key to regenerate.