Class SyncGroupLogType
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SyncGroupLogType>
com.microsoft.azure.management.sql.SyncGroupLogType
public final class SyncGroupLogType
extends com.microsoft.rest.ExpandableStringEnum<SyncGroupLogType>
Defines values for SyncGroupLogType.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SyncGroupLogType
Static value All for SyncGroupLogType.static final SyncGroupLogType
Static value Error for SyncGroupLogType.static final SyncGroupLogType
Static value Success for SyncGroupLogType.static final SyncGroupLogType
Static value Warning for SyncGroupLogType. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyncGroupLogType
fromString
(String name) Creates or finds a SyncGroupLogType from its string representation.static Collection<SyncGroupLogType>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
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
public SyncGroupLogType()
-
-
Method Details
-
fromString
Creates or finds a SyncGroupLogType from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SyncGroupLogType
-
values
- Returns:
- known SyncGroupLogType values
-