Class SyncAgentState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<SyncAgentState>
-
- com.azure.resourcemanager.sql.models.SyncAgentState
-
public final class SyncAgentState extends com.azure.core.util.ExpandableStringEnum<SyncAgentState>
Defines values for SyncAgentState.
-
-
Field Summary
Fields Modifier and Type Field Description static SyncAgentStateNEVER_CONNECTEDStatic value NeverConnected for SyncAgentState.static SyncAgentStateOFFLINEStatic value Offline for SyncAgentState.static SyncAgentStateONLINEStatic value Online for SyncAgentState.
-
Constructor Summary
Constructors Constructor Description SyncAgentState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SyncAgentStatefromString(String name)Creates or finds a SyncAgentState from its string representation.static Collection<SyncAgentState>values()
-
-
-
Field Detail
-
ONLINE
public static final SyncAgentState ONLINE
Static value Online for SyncAgentState.
-
OFFLINE
public static final SyncAgentState OFFLINE
Static value Offline for SyncAgentState.
-
NEVER_CONNECTED
public static final SyncAgentState NEVER_CONNECTED
Static value NeverConnected for SyncAgentState.
-
-
Method Detail
-
fromString
public static SyncAgentState fromString(String name)
Creates or finds a SyncAgentState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding SyncAgentState.
-
values
public static Collection<SyncAgentState> values()
- Returns:
- known SyncAgentState values.
-
-