Class SyncAgentState

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<SyncAgentState>
com.microsoft.azure.management.sql.SyncAgentState

public final class SyncAgentState extends com.microsoft.rest.ExpandableStringEnum<SyncAgentState>
Defines values for SyncAgentState.
  • Field Details

    • 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.
  • Constructor Details

    • SyncAgentState

      public SyncAgentState()
  • Method Details

    • 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