Class SyncAgentState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SyncAgentState>
com.microsoft.azure.management.sql.SyncAgentState
Defines values for SyncAgentState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final SyncAgentState
Static value NeverConnected for SyncAgentState.static final SyncAgentState
Static value Offline for SyncAgentState.static final SyncAgentState
Static value Online for SyncAgentState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SyncAgentState
fromString
(String name) Creates or finds a SyncAgentState from its string representation.static Collection<SyncAgentState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ONLINE
Static value Online for SyncAgentState. -
OFFLINE
Static value Offline for SyncAgentState. -
NEVER_CONNECTED
Static value NeverConnected for SyncAgentState.
-
-
Constructor Details
-
SyncAgentState
public SyncAgentState()
-
-
Method Details
-
fromString
Creates or finds a SyncAgentState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding SyncAgentState
-
values
- Returns:
- known SyncAgentState values
-