SyncGroupState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncGroupState
- com.
- com.
public final class SyncGroupState
extends ExpandableStringEnum<SyncGroupState>
Sync state of the sync group.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sync |
ERROR
Static value Error for Sync |
static final
Sync |
GOOD
Static value Good for Sync |
static final
Sync |
NOT_READY
Static value Not |
static final
Sync |
PROGRESSING
Static value Progressing for Sync |
static final
Sync |
WARNING
Static value Warning for Sync |
Constructor Summary
Constructor | Description |
---|---|
SyncGroupState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sync |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sync |
fromString(String name)
Creates or finds a Sync |
static
Collection<Sync |
values()
Gets known Sync |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ERROR
public static final SyncGroupState ERROR
Static value Error for SyncGroupState.
GOOD
public static final SyncGroupState GOOD
Static value Good for SyncGroupState.
NOT_READY
public static final SyncGroupState NOT_READY
Static value NotReady for SyncGroupState.
PROGRESSING
public static final SyncGroupState PROGRESSING
Static value Progressing for SyncGroupState.
WARNING
public static final SyncGroupState WARNING
Static value Warning for SyncGroupState.
Constructor Details
SyncGroupState
@Deprecated
public SyncGroupState()
Deprecated
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:
Returns:
values
public static Collection
Gets known SyncGroupState values.
Returns:
Applies to
Azure SDK for Java