通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SyncGroupLogType Class

public final class SyncGroupLogType
extends ExpandableStringEnum<SyncGroupLogType>

Type of the sync group log.

Field Summary

Modifier and Type Field and Description
static final SyncGroupLogType ALL

Static value All for SyncGroupLogType.

static final SyncGroupLogType ERROR

Static value Error for SyncGroupLogType.

static final SyncGroupLogType SUCCESS

Static value Success for SyncGroupLogType.

static final SyncGroupLogType WARNING

Static value Warning for SyncGroupLogType.

Constructor Summary

Constructor Description
SyncGroupLogType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncGroupLogType value.

Method Summary

Modifier and Type Method and Description
static SyncGroupLogType fromString(String name)

Creates or finds a SyncGroupLogType from its string representation.

static Collection<SyncGroupLogType> values()

Gets known SyncGroupLogType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding SyncGroupLogType.

values

public static Collection<SyncGroupLogType> values()

Gets known SyncGroupLogType values.

Returns:

known SyncGroupLogType values.

Applies to