public final class CreateMode extends Object
| Modifier and Type | Field and Description |
|---|---|
static CreateMode |
COPY
Static value Copy for CreateMode.
|
static CreateMode |
DEFAULT
Static value Default for CreateMode.
|
static CreateMode |
NON_READABLE_SECONDARY
Static value NonReadableSecondary for CreateMode.
|
static CreateMode |
ONLINE_SECONDARY
Static value OnlineSecondary for CreateMode.
|
static CreateMode |
POINT_IN_TIME_RESTORE
Static value PointInTimeRestore for CreateMode.
|
static CreateMode |
RECOVERY
Static value Recovery for CreateMode.
|
static CreateMode |
RESTORE
Static value Restore for CreateMode.
|
| Constructor and Description |
|---|
CreateMode(String value)
Creates a custom value for CreateMode.
|
public static final CreateMode COPY
public static final CreateMode DEFAULT
public static final CreateMode NON_READABLE_SECONDARY
public static final CreateMode ONLINE_SECONDARY
public static final CreateMode POINT_IN_TIME_RESTORE
public static final CreateMode RECOVERY
public static final CreateMode RESTORE
public CreateMode(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.
*/