SyncGroupLogType Class

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

public class SyncGroupLogType

Defines values for SyncGroupLogType.

Field Summary

Modifier and Type Field and Description
final SyncGroupLogType ALL

Static value All for SyncGroupLogType.

final SyncGroupLogType ERROR

Static value Error for SyncGroupLogType.

final SyncGroupLogType SUCCESS

Static value Success for SyncGroupLogType.

final SyncGroupLogType WARNING

Static value Warning for SyncGroupLogType.

Method Summary

Modifier and Type Method and Description
SyncGroupLogType fromString(String name)

Creates or finds a SyncGroupLogType from its string representation.

Collection<SyncGroupLogType> values()

Field Details

ALL

public static final SyncGroupLogType ALL= fromString("All")

Static value All for SyncGroupLogType.

ERROR

public static final SyncGroupLogType ERROR= fromString("Error")

Static value Error for SyncGroupLogType.

SUCCESS

public static final SyncGroupLogType SUCCESS= fromString("Success")

Static value Success for SyncGroupLogType.

WARNING

public static final SyncGroupLogType WARNING= fromString("Warning")

Static value Warning for 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 values()

Returns:

known SyncGroupLogType values

Applies to