Uses of Class
com.azure.resourcemanager.keyvault.models.DeletionRecoveryLevel
Packages that use DeletionRecoveryLevel
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of DeletionRecoveryLevel in com.azure.resourcemanager.keyvault.models
Subclasses with type arguments of type DeletionRecoveryLevel in com.azure.resourcemanager.keyvault.modelsModifier and TypeClassDescriptionfinal classThe deletion recovery level currently in effect for the object.Fields in com.azure.resourcemanager.keyvault.models declared as DeletionRecoveryLevelModifier and TypeFieldDescriptionstatic final DeletionRecoveryLevelDeletionRecoveryLevel.PURGEABLEStatic value Purgeable for DeletionRecoveryLevel.static final DeletionRecoveryLevelDeletionRecoveryLevel.RECOVERABLEStatic value Recoverable for DeletionRecoveryLevel.static final DeletionRecoveryLevelDeletionRecoveryLevel.RECOVERABLE_PROTECTED_SUBSCRIPTIONStatic value Recoverable+ProtectedSubscription for DeletionRecoveryLevel.static final DeletionRecoveryLevelDeletionRecoveryLevel.RECOVERABLE_PURGEABLEStatic value Recoverable+Purgeable for DeletionRecoveryLevel.Methods in com.azure.resourcemanager.keyvault.models that return DeletionRecoveryLevelModifier and TypeMethodDescriptionstatic DeletionRecoveryLevelDeletionRecoveryLevel.fromString(String name) Creates or finds a DeletionRecoveryLevel from its string representation.KeyAttributes.recoveryLevel()Get the recoveryLevel property: The deletion recovery level currently in effect for the object.ManagedHsmKeyAttributes.recoveryLevel()Get the recoveryLevel property: The deletion recovery level currently in effect for the object.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type DeletionRecoveryLevelModifier and TypeMethodDescriptionstatic Collection<DeletionRecoveryLevel> DeletionRecoveryLevel.values()Gets known DeletionRecoveryLevel values.