TableTypeEnum Class

public final class TableTypeEnum
extends ExpandableStringEnum<TableTypeEnum>

Table's creator.

Field Summary

Modifier and Type Field and Description
static final TableTypeEnum CUSTOM_LOG

Custom log table.

static final TableTypeEnum MICROSOFT

Standard data collected by Azure Monitor.

static final TableTypeEnum RESTORED_LOGS

Restored data.

static final TableTypeEnum SEARCH_RESULTS

Data collected by a search job.

Constructor Summary

Constructor Description
TableTypeEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TableTypeEnum value.

Method Summary

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

Creates or finds a TableTypeEnum from its string representation.

static Collection<TableTypeEnum> values()

Gets known TableTypeEnum values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CUSTOM_LOG

public static final TableTypeEnum CUSTOM_LOG

Custom log table.

MICROSOFT

public static final TableTypeEnum MICROSOFT

Standard data collected by Azure Monitor.

RESTORED_LOGS

public static final TableTypeEnum RESTORED_LOGS

Restored data.

SEARCH_RESULTS

public static final TableTypeEnum SEARCH_RESULTS

Data collected by a search job.

Constructor Details

TableTypeEnum

@Deprecated
public TableTypeEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of TableTypeEnum value.

Method Details

fromString

public static TableTypeEnum fromString(String name)

Creates or finds a TableTypeEnum from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding TableTypeEnum.

values

public static Collection<TableTypeEnum> values()

Gets known TableTypeEnum values.

Returns:

known TableTypeEnum values.

Applies to