SyncGroupLogType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<SyncGroupLogType> - com.
microsoft. azure. management. sql. SyncGroupLogType
- com.
- com.
public class SyncGroupLogType
Defines values for SyncGroupLogType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Sync |
ALL
Static value All for SyncGroupLogType. |
final Sync |
ERROR
Static value Error for SyncGroupLogType. |
final Sync |
SUCCESS
Static value Success for SyncGroupLogType. |
final Sync |
WARNING
Static value Warning for SyncGroupLogType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Sync |
fromString(String name)
Creates or finds a SyncGroupLogType from its string representation. |
Collection<Sync |
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:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java