Uses of Class
com.microsoft.azure.keyvault.models.DeletionRecoveryLevel
-
Packages that use DeletionRecoveryLevel Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of DeletionRecoveryLevel in com.microsoft.azure.keyvault.models
Fields in com.microsoft.azure.keyvault.models declared as DeletionRecoveryLevel Modifier and Type Field Description static DeletionRecoveryLevelDeletionRecoveryLevel. PURGEABLEStatic value Purgeable for DeletionRecoveryLevel.static DeletionRecoveryLevelDeletionRecoveryLevel. RECOVERABLEStatic value Recoverable for DeletionRecoveryLevel.static DeletionRecoveryLevelDeletionRecoveryLevel. RECOVERABLE_PROTECTED_SUBSCRIPTIONStatic value Recoverable+ProtectedSubscription for DeletionRecoveryLevel.static DeletionRecoveryLevelDeletionRecoveryLevel. RECOVERABLE_PURGEABLEStatic value Recoverable+Purgeable for DeletionRecoveryLevel.Methods in com.microsoft.azure.keyvault.models that return DeletionRecoveryLevel Modifier and Type Method Description DeletionRecoveryLevelCertificateAttributes. recoveryLevel()Get the recoveryLevel value.DeletionRecoveryLevelKeyAttributes. recoveryLevel()Get the recoveryLevel value.DeletionRecoveryLevelSasDefinitionAttributes. recoveryLevel()Get the recoveryLevel value.DeletionRecoveryLevelSecretAttributes. recoveryLevel()Get the recoveryLevel value.DeletionRecoveryLevelStorageAccountAttributes. recoveryLevel()Get the recoveryLevel value.
-