Class SyncGroupLogType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SyncGroupLogType>
-
- com.azure.resourcemanager.sql.models.SyncGroupLogType
-
public final class SyncGroupLogType extends com.azure.core.util.ExpandableStringEnum<SyncGroupLogType>
Defines values for SyncGroupLogType.
-
-
Field Summary
Fields Modifier and Type Field Description static SyncGroupLogTypeALLStatic value All for SyncGroupLogType.static SyncGroupLogTypeERRORStatic value Error for SyncGroupLogType.static SyncGroupLogTypeSUCCESSStatic value Success for SyncGroupLogType.static SyncGroupLogTypeWARNINGStatic value Warning for SyncGroupLogType.
-
Constructor Summary
Constructors Constructor Description SyncGroupLogType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SyncGroupLogTypefromString(String name)Creates or finds a SyncGroupLogType from its string representation.static Collection<SyncGroupLogType>values()
-
-
-
Field Detail
-
ALL
public static final SyncGroupLogType ALL
Static value All for SyncGroupLogType.
-
ERROR
public static final SyncGroupLogType ERROR
Static value Error for SyncGroupLogType.
-
WARNING
public static final SyncGroupLogType WARNING
Static value Warning for SyncGroupLogType.
-
SUCCESS
public static final SyncGroupLogType SUCCESS
Static value Success for SyncGroupLogType.
-
-
Method Detail
-
fromString
public static SyncGroupLogType fromString(String name)
Creates or finds a SyncGroupLogType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SyncGroupLogType.
-
values
public static Collection<SyncGroupLogType> values()
- Returns:
- known SyncGroupLogType values.
-
-