CreateMode クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.CreateMode

public final class CreateMode
extends com.microsoft.rest.ExpandableStringEnum<CreateMode>

CreateMode の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final CreateMode COPY

作成モードの静的な値 Copy。

static final CreateMode DEFAULT

[作成モード] の静的な値の既定値。

static final CreateMode NON_READABLE_SECONDARY

作成モードの静的な値読み取り不可能なセカンダリ。

static final CreateMode ONLINE_SECONDARY

作成モードの静的な値 OnlineSecondary。

static final CreateMode POINT_IN_TIME_RESTORE

作成モードの静的な値 PointInTimeRestore。

static final CreateMode RECOVERY

作成モードの静的な値の回復。

static final CreateMode RESTORE

作成モードの静的な値の復元。

static final CreateMode RESTORE_LONG_TERM_RETENTION_BACKUP

作成モードの静的な値 RestoreLongTermRetentionBackup。

コンストラクターの概要

コンストラクター 説明
CreateMode()

メソッドの概要

修飾子と型 メソッドと説明
static CreateMode fromString(String name)

文字列表現から作成モードを作成または検索します。

static java.util.Collection<CreateMode> values()

メソッドの継承元: com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

フィールドの詳細

COPY

public static final CreateMode COPY

CreateMode の静的な値 Copy。

DEFAULT

public static final CreateMode DEFAULT

CreateMode の静的な値の既定値。

NON_READABLE_SECONDARY

public static final CreateMode NON_READABLE_SECONDARY

CreateMode の静的値 NonReadableSecondary。

ONLINE_SECONDARY

public static final CreateMode ONLINE_SECONDARY

CreateMode の静的な値 OnlineSecondary。

POINT_IN_TIME_RESTORE

public static final CreateMode POINT_IN_TIME_RESTORE

CreateMode の静的な値 PointInTimeRestore。

RECOVERY

public static final CreateMode RECOVERY

CreateMode の静的な値 Recovery。

RESTORE

public static final CreateMode RESTORE

CreateMode の静的な値 Restore。

RESTORE_LONG_TERM_RETENTION_BACKUP

public static final CreateMode RESTORE_LONG_TERM_RETENTION_BACKUP

CreateMode の静的な値 RestoreLongTermRetentionBackup。

コンストラクターの詳細

CreateMode

public CreateMode()

メソッドの詳細

fromString

public static CreateMode fromString(String name)

CreateMode をその文字列表現から作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する CreateMode

values

public static Collection values()

Returns:

既知の CreateMode 値

適用対象