Class SyncGroupState

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SyncGroupState>
com.azure.resourcemanager.sql.models.SyncGroupState
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class SyncGroupState extends com.azure.core.util.ExpandableStringEnum<SyncGroupState>
Sync state of the sync group.
  • Field Details

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

    • SyncGroupState

      @Deprecated public SyncGroupState()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of SyncGroupState value.
  • Method Details

    • 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()
      Gets known SyncGroupState values.
      Returns:
      known SyncGroupState values.