SyncGroupState Class

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

public class SyncGroupState

Defines values for SyncGroupState.

Field Summary

Modifier and Type Field and Description
final SyncGroupState ERROR

Static value Error for SyncGroupState.

final SyncGroupState GOOD

Static value Good for SyncGroupState.

final SyncGroupState NOT_READY

Static value NotReady for SyncGroupState.

final SyncGroupState PROGRESSING

Static value Progressing for SyncGroupState.

final SyncGroupState WARNING

Static value Warning for SyncGroupState.

Method Summary

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

Creates or finds a SyncGroupState from its string representation.

Collection<SyncGroupState> values()

Field Details

ERROR

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

Static value Error for SyncGroupState.

GOOD

public static final SyncGroupState GOOD= fromString("Good")

Static value Good for SyncGroupState.

NOT_READY

public static final SyncGroupState NOT_READY= fromString("NotReady")

Static value NotReady for SyncGroupState.

PROGRESSING

public static final SyncGroupState PROGRESSING= fromString("Progressing")

Static value Progressing for SyncGroupState.

WARNING

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

Static value Warning for SyncGroupState.

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 values()

Returns:

known SyncGroupState values

Applies to