public final class DeletionRecoveryLevel extends Object
| Modifier and Type | Field and 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 and Description |
|---|
DeletionRecoveryLevel(String value)
Creates a custom value for DeletionRecoveryLevel.
|
public static final DeletionRecoveryLevel PURGEABLE
public static final DeletionRecoveryLevel RECOVERABLE_PURGEABLE
public static final DeletionRecoveryLevel RECOVERABLE
public static final DeletionRecoveryLevel RECOVERABLE_PROTECTED_SUBSCRIPTION
public DeletionRecoveryLevel(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/