public final class SyncGroupLogType extends com.azure.core.util.ExpandableStringEnum<SyncGroupLogType>
| Modifier and Type | Field and Description |
|---|---|
static SyncGroupLogType |
ALL
Static value All for SyncGroupLogType.
|
static SyncGroupLogType |
ERROR
Static value Error for SyncGroupLogType.
|
static SyncGroupLogType |
SUCCESS
Static value Success for SyncGroupLogType.
|
static SyncGroupLogType |
WARNING
Static value Warning for SyncGroupLogType.
|
| Constructor and Description |
|---|
SyncGroupLogType() |
| Modifier and Type | Method and Description |
|---|---|
static SyncGroupLogType |
fromString(String name)
Creates or finds a SyncGroupLogType from its string representation.
|
static Collection<SyncGroupLogType> |
values() |
public static final SyncGroupLogType ALL
public static final SyncGroupLogType ERROR
public static final SyncGroupLogType WARNING
public static final SyncGroupLogType SUCCESS
public static SyncGroupLogType fromString(String name)
name - a name to look for.public static Collection<SyncGroupLogType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.