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 DeletionRecoveryLevel
DeletionRecoveryLevel. PURGEABLE
Static value Purgeable for DeletionRecoveryLevel.static DeletionRecoveryLevel
DeletionRecoveryLevel. RECOVERABLE
Static value Recoverable for DeletionRecoveryLevel.static DeletionRecoveryLevel
DeletionRecoveryLevel. RECOVERABLE_PROTECTED_SUBSCRIPTION
Static value Recoverable+ProtectedSubscription for DeletionRecoveryLevel.static DeletionRecoveryLevel
DeletionRecoveryLevel. RECOVERABLE_PURGEABLE
Static value Recoverable+Purgeable for DeletionRecoveryLevel.Methods in com.microsoft.azure.keyvault.models that return DeletionRecoveryLevel Modifier and Type Method Description DeletionRecoveryLevel
CertificateAttributes. recoveryLevel()
Get the recoveryLevel value.DeletionRecoveryLevel
KeyAttributes. recoveryLevel()
Get the recoveryLevel value.DeletionRecoveryLevel
SasDefinitionAttributes. recoveryLevel()
Get the recoveryLevel value.DeletionRecoveryLevel
SecretAttributes. recoveryLevel()
Get the recoveryLevel value.DeletionRecoveryLevel
StorageAccountAttributes. recoveryLevel()
Get the recoveryLevel value.
-