Class SyncGroupState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SyncGroupState>
com.microsoft.azure.management.sql.SyncGroupState
Defines values for SyncGroupState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SyncGroupState
Static value Error for SyncGroupState.static final SyncGroupState
Static value Good for SyncGroupState.static final SyncGroupState
Static value NotReady for SyncGroupState.static final SyncGroupState
Static value Progressing for SyncGroupState.static final SyncGroupState
Static value Warning for SyncGroupState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyncGroupState
fromString
(String name) Creates or finds a SyncGroupState from its string representation.static Collection<SyncGroupState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
NOT_READY
Static value NotReady for SyncGroupState. -
ERROR
Static value Error for SyncGroupState. -
WARNING
Static value Warning for SyncGroupState. -
PROGRESSING
Static value Progressing for SyncGroupState. -
GOOD
Static value Good for SyncGroupState.
-
-
Constructor Details
-
SyncGroupState
public SyncGroupState()
-
-
Method Details
-
fromString
Creates or finds a SyncGroupState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SyncGroupState
-
values
- Returns:
- known SyncGroupState values
-