Class SyncGroupState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SyncGroupState>
-
- com.azure.resourcemanager.sql.models.SyncGroupState
-
public final class SyncGroupState extends com.azure.core.util.ExpandableStringEnum<SyncGroupState>
Defines values for SyncGroupState.
-
-
Field Summary
Fields Modifier and Type Field Description static SyncGroupStateERRORStatic value Error for SyncGroupState.static SyncGroupStateGOODStatic value Good for SyncGroupState.static SyncGroupStateNOT_READYStatic value NotReady for SyncGroupState.static SyncGroupStatePROGRESSINGStatic value Progressing for SyncGroupState.static SyncGroupStateWARNINGStatic value Warning for SyncGroupState.
-
Constructor Summary
Constructors Constructor Description SyncGroupState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SyncGroupStatefromString(String name)Creates or finds a SyncGroupState from its string representation.static Collection<SyncGroupState>values()
-
-
-
Field Detail
-
NOT_READY
public static final SyncGroupState NOT_READY
Static value NotReady for SyncGroupState.
-
ERROR
public static final SyncGroupState ERROR
Static value Error for SyncGroupState.
-
WARNING
public static final SyncGroupState WARNING
Static value Warning for SyncGroupState.
-
PROGRESSING
public static final SyncGroupState PROGRESSING
Static value Progressing for SyncGroupState.
-
GOOD
public static final SyncGroupState GOOD
Static value Good for SyncGroupState.
-
-
Method Detail
-
fromString
public static SyncGroupState fromString(String name)
Creates or finds a SyncGroupState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SyncGroupState.
-
values
public static Collection<SyncGroupState> values()
- Returns:
- known SyncGroupState values.
-
-