SyncGroupLogType クラス

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

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

SyncGroupLogType の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final SyncGroupLogType ALL

[同期グループログの種類] の [すべて] の静的な値。

static final SyncGroupLogType ERROR

同期グループログの種類の静的な値エラー。

static final SyncGroupLogType SUCCESS

[同期グループログの種類] の静的な値 [成功] 。

static final SyncGroupLogType WARNING

同期グループログの種類の静的な値の警告。

コンストラクターの概要

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

メソッドの概要

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

同期グループログの種類を文字列形式から作成または検索します。

static java.util.Collection<SyncGroupLogType> 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

フィールドの詳細

ALL

public static final SyncGroupLogType ALL

SyncGroupLogType の静的な値 All。

ERROR

public static final SyncGroupLogType ERROR

SyncGroupLogType の静的値エラー。

SUCCESS

public static final SyncGroupLogType SUCCESS

SyncGroupLogType の静的値 Success。

WARNING

public static final SyncGroupLogType WARNING

SyncGroupLogType の静的な値の警告。

コンストラクターの詳細

SyncGroupLogType

public SyncGroupLogType()

メソッドの詳細

fromString

public static SyncGroupLogType fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する SyncGroupLogType

values

public static Collection values()

Returns:

既知の SyncGroupLogType 値

適用対象