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