Class SyncGroupLogType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<SyncGroupLogType>
com.azure.resourcemanager.sql.models.SyncGroupLogType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class SyncGroupLogType
extends com.azure.core.util.ExpandableStringEnum<SyncGroupLogType>
Type of the sync group log.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SyncGroupLogTypeStatic value All for SyncGroupLogType.static final SyncGroupLogTypeStatic value Error for SyncGroupLogType.static final SyncGroupLogTypeStatic value Success for SyncGroupLogType.static final SyncGroupLogTypeStatic value Warning for SyncGroupLogType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SyncGroupLogTypefromString(String name) Creates or finds a SyncGroupLogType from its string representation.static Collection<SyncGroupLogType> values()Gets known SyncGroupLogType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL
Static value All for SyncGroupLogType. -
ERROR
Static value Error for SyncGroupLogType. -
WARNING
Static value Warning for SyncGroupLogType. -
SUCCESS
Static value Success for SyncGroupLogType.
-
-
Constructor Details
-
SyncGroupLogType
Deprecated.Use thefromString(String)factory method.Creates a new instance of SyncGroupLogType value.
-
-
Method Details
-
fromString
Creates or finds a SyncGroupLogType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SyncGroupLogType.
-
values
Gets known SyncGroupLogType values.- Returns:
- known SyncGroupLogType values.
-
fromString(String)factory method.