Class SyncGroupLogType

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

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

    • ALL

      public static final SyncGroupLogType ALL
      Static value All for SyncGroupLogType.
    • ERROR

      public static final SyncGroupLogType ERROR
      Static value Error for SyncGroupLogType.
    • WARNING

      public static final SyncGroupLogType WARNING
      Static value Warning for SyncGroupLogType.
    • SUCCESS

      public static final SyncGroupLogType SUCCESS
      Static value Success for SyncGroupLogType.
  • Constructor Details

    • SyncGroupLogType

      public SyncGroupLogType()
  • Method Details

    • fromString

      public static SyncGroupLogType fromString(String name)
      Creates or finds a SyncGroupLogType from its string representation.
      Parameters:
      name - a name to look for
      Returns:
      the corresponding SyncGroupLogType
    • values

      public static Collection<SyncGroupLogType> values()
      Returns:
      known SyncGroupLogType values