| Modifier and Type | Field and Description |
|---|---|
static SyncGroupLogType |
SyncGroupLogType.ALL
Static value All for SyncGroupLogType.
|
static SyncGroupLogType |
SyncGroupLogType.ERROR
Static value Error for SyncGroupLogType.
|
static SyncGroupLogType |
SyncGroupLogType.SUCCESS
Static value Success for SyncGroupLogType.
|
static SyncGroupLogType |
SyncGroupLogType.WARNING
Static value Warning for SyncGroupLogType.
|
| Modifier and Type | Method and Description |
|---|---|
static SyncGroupLogType |
SyncGroupLogType.fromString(String name)
Creates or finds a SyncGroupLogType from its string representation.
|
SyncGroupLogType |
SqlSyncGroupLogProperty.type() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SyncGroupLogType> |
SyncGroupLogType.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/