SyncGroupLogType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. SyncGroupLogType
- com.
- com.
public final class SyncGroupLogType
extends ExpandableStringEnum<SyncGroupLogType>
Type of the sync group log.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sync |
ALL
Static value All for Sync |
static final
Sync |
ERROR
Static value Error for Sync |
static final
Sync |
SUCCESS
Static value Success for Sync |
static final
Sync |
WARNING
Static value Warning for Sync |
Constructor Summary
Constructor | Description |
---|---|
SyncGroupLogType() |
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
ALL
public static final SyncGroupLogType ALL
Static value All for SyncGroupLogType.
ERROR
public static final SyncGroupLogType ERROR
Static value Error for SyncGroupLogType.
SUCCESS
public static final SyncGroupLogType SUCCESS
Static value Success for SyncGroupLogType.
WARNING
public static final SyncGroupLogType WARNING
Static value Warning for SyncGroupLogType.
Constructor Details
SyncGroupLogType
@Deprecated
public SyncGroupLogType()
Deprecated
Creates a new instance of SyncGroupLogType value.
Method Details
fromString
public static SyncGroupLogType fromString(String name)
Creates or finds a SyncGroupLogType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SyncGroupLogType values.
Returns:
Applies to
Azure SDK for Java