Class DeletionRecoveryLevel
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.DeletionRecoveryLevel
-
public final class DeletionRecoveryLevel extends Object
Defines values for DeletionRecoveryLevel.
-
-
Field Summary
Fields Modifier and Type Field Description static DeletionRecoveryLevel
PURGEABLE
Static value Purgeable for DeletionRecoveryLevel.static DeletionRecoveryLevel
RECOVERABLE
Static value Recoverable for DeletionRecoveryLevel.static DeletionRecoveryLevel
RECOVERABLE_PROTECTED_SUBSCRIPTION
Static value Recoverable+ProtectedSubscription for DeletionRecoveryLevel.static DeletionRecoveryLevel
RECOVERABLE_PURGEABLE
Static value Recoverable+Purgeable for DeletionRecoveryLevel.
-
Constructor Summary
Constructors Constructor Description DeletionRecoveryLevel(String value)
Creates a custom value for DeletionRecoveryLevel.
-
-
-
Field Detail
-
PURGEABLE
public static final DeletionRecoveryLevel PURGEABLE
Static value Purgeable for DeletionRecoveryLevel.
-
RECOVERABLE_PURGEABLE
public static final DeletionRecoveryLevel RECOVERABLE_PURGEABLE
Static value Recoverable+Purgeable for DeletionRecoveryLevel.
-
RECOVERABLE
public static final DeletionRecoveryLevel RECOVERABLE
Static value Recoverable for DeletionRecoveryLevel.
-
RECOVERABLE_PROTECTED_SUBSCRIPTION
public static final DeletionRecoveryLevel RECOVERABLE_PROTECTED_SUBSCRIPTION
Static value Recoverable+ProtectedSubscription for DeletionRecoveryLevel.
-
-
Constructor Detail
-
DeletionRecoveryLevel
public DeletionRecoveryLevel(String value)
Creates a custom value for DeletionRecoveryLevel.- Parameters:
value
- the custom value
-
-