Partager via


DataSourceKind Class

public final class DataSourceKind
extends ExpandableStringEnum<DataSourceKind>

The kind of the DataSource.

Field Summary

Modifier and Type Field and Description
static final DataSourceKind APPLICATION_INSIGHTS

Static value ApplicationInsights for DataSourceKind.

static final DataSourceKind AZURE_ACTIVITY_LOG

Static value AzureActivityLog for DataSourceKind.

static final DataSourceKind AZURE_AUDIT_LOG

Static value AzureAuditLog for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_CONTENT_LOCATION

Static value ChangeTrackingContentLocation for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_CUSTOM_PATH

Static value ChangeTrackingCustomPath for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_DATA_TYPE_CONFIGURATION

Static value ChangeTrackingDataTypeConfiguration for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_DEFAULT_REGISTRY

Static value ChangeTrackingDefaultRegistry for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_LINUX_PATH

Static value ChangeTrackingLinuxPath for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_PATH

Static value ChangeTrackingPath for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_REGISTRY

Static value ChangeTrackingRegistry for DataSourceKind.

static final DataSourceKind CHANGE_TRACKING_SERVICES

Static value ChangeTrackingServices for DataSourceKind.

static final DataSourceKind CUSTOM_LOG

Static value CustomLog for DataSourceKind.

static final DataSourceKind CUSTOM_LOG_COLLECTION

Static value CustomLogCollection for DataSourceKind.

static final DataSourceKind DNS_ANALYTICS

Static value DnsAnalytics for DataSourceKind.

static final DataSourceKind GENERIC_DATA_SOURCE

Static value GenericDataSource for DataSourceKind.

static final DataSourceKind IISLOGS

Static value IISLogs for DataSourceKind.

static final DataSourceKind IMPORT_COMPUTER_GROUP

Static value ImportComputerGroup for DataSourceKind.

static final DataSourceKind ITSM

Static value Itsm for DataSourceKind.

static final DataSourceKind LINUX_CHANGE_TRACKING_PATH

Static value LinuxChangeTrackingPath for DataSourceKind.

static final DataSourceKind LINUX_PERFORMANCE_COLLECTION

Static value LinuxPerformanceCollection for DataSourceKind.

static final DataSourceKind LINUX_PERFORMANCE_OBJECT

Static value LinuxPerformanceObject for DataSourceKind.

static final DataSourceKind LINUX_SYSLOG

Static value LinuxSyslog for DataSourceKind.

static final DataSourceKind LINUX_SYSLOG_COLLECTION

Static value LinuxSyslogCollection for DataSourceKind.

static final DataSourceKind NETWORK_MONITORING

Static value NetworkMonitoring for DataSourceKind.

static final DataSourceKind OFFICE365

Static value Office365 for DataSourceKind.

static final DataSourceKind SECURITY_CENTER_SECURITY_WINDOWS_BASELINE_CONFIGURATION

Static value SecurityCenterSecurityWindowsBaselineConfiguration for DataSourceKind.

static final DataSourceKind SECURITY_EVENT_COLLECTION_CONFIGURATION

Static value SecurityEventCollectionConfiguration for DataSourceKind.

static final DataSourceKind SECURITY_INSIGHTS_SECURITY_EVENT_COLLECTION_CONFIGURATION

Static value SecurityInsightsSecurityEventCollectionConfiguration for DataSourceKind.

static final DataSourceKind SECURITY_WINDOWS_BASELINE_CONFIGURATION

Static value SecurityWindowsBaselineConfiguration for DataSourceKind.

static final DataSourceKind SQL_DATA_CLASSIFICATION

Static value SqlDataClassification for DataSourceKind.

static final DataSourceKind WINDOWS_EVENT

Static value WindowsEvent for DataSourceKind.

static final DataSourceKind WINDOWS_PERFORMANCE_COUNTER

Static value WindowsPerformanceCounter for DataSourceKind.

static final DataSourceKind WINDOWS_TELEMETRY

Static value WindowsTelemetry for DataSourceKind.

Constructor Summary

Constructor Description
DataSourceKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataSourceKind value.

Method Summary

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

Creates or finds a DataSourceKind from its string representation.

static Collection<DataSourceKind> values()

Gets known DataSourceKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

APPLICATION_INSIGHTS

public static final DataSourceKind APPLICATION_INSIGHTS

Static value ApplicationInsights for DataSourceKind.

AZURE_ACTIVITY_LOG

public static final DataSourceKind AZURE_ACTIVITY_LOG

Static value AzureActivityLog for DataSourceKind.

AZURE_AUDIT_LOG

public static final DataSourceKind AZURE_AUDIT_LOG

Static value AzureAuditLog for DataSourceKind.

CHANGE_TRACKING_CONTENT_LOCATION

public static final DataSourceKind CHANGE_TRACKING_CONTENT_LOCATION

Static value ChangeTrackingContentLocation for DataSourceKind.

CHANGE_TRACKING_CUSTOM_PATH

public static final DataSourceKind CHANGE_TRACKING_CUSTOM_PATH

Static value ChangeTrackingCustomPath for DataSourceKind.

CHANGE_TRACKING_DATA_TYPE_CONFIGURATION

public static final DataSourceKind CHANGE_TRACKING_DATA_TYPE_CONFIGURATION

Static value ChangeTrackingDataTypeConfiguration for DataSourceKind.

CHANGE_TRACKING_DEFAULT_REGISTRY

public static final DataSourceKind CHANGE_TRACKING_DEFAULT_REGISTRY

Static value ChangeTrackingDefaultRegistry for DataSourceKind.

CHANGE_TRACKING_LINUX_PATH

public static final DataSourceKind CHANGE_TRACKING_LINUX_PATH

Static value ChangeTrackingLinuxPath for DataSourceKind.

CHANGE_TRACKING_PATH

public static final DataSourceKind CHANGE_TRACKING_PATH

Static value ChangeTrackingPath for DataSourceKind.

CHANGE_TRACKING_REGISTRY

public static final DataSourceKind CHANGE_TRACKING_REGISTRY

Static value ChangeTrackingRegistry for DataSourceKind.

CHANGE_TRACKING_SERVICES

public static final DataSourceKind CHANGE_TRACKING_SERVICES

Static value ChangeTrackingServices for DataSourceKind.

CUSTOM_LOG

public static final DataSourceKind CUSTOM_LOG

Static value CustomLog for DataSourceKind.

CUSTOM_LOG_COLLECTION

public static final DataSourceKind CUSTOM_LOG_COLLECTION

Static value CustomLogCollection for DataSourceKind.

DNS_ANALYTICS

public static final DataSourceKind DNS_ANALYTICS

Static value DnsAnalytics for DataSourceKind.

GENERIC_DATA_SOURCE

public static final DataSourceKind GENERIC_DATA_SOURCE

Static value GenericDataSource for DataSourceKind.

IISLOGS

public static final DataSourceKind IISLOGS

Static value IISLogs for DataSourceKind.

IMPORT_COMPUTER_GROUP

public static final DataSourceKind IMPORT_COMPUTER_GROUP

Static value ImportComputerGroup for DataSourceKind.

ITSM

public static final DataSourceKind ITSM

Static value Itsm for DataSourceKind.

LINUX_CHANGE_TRACKING_PATH

public static final DataSourceKind LINUX_CHANGE_TRACKING_PATH

Static value LinuxChangeTrackingPath for DataSourceKind.

LINUX_PERFORMANCE_COLLECTION

public static final DataSourceKind LINUX_PERFORMANCE_COLLECTION

Static value LinuxPerformanceCollection for DataSourceKind.

LINUX_PERFORMANCE_OBJECT

public static final DataSourceKind LINUX_PERFORMANCE_OBJECT

Static value LinuxPerformanceObject for DataSourceKind.

LINUX_SYSLOG

public static final DataSourceKind LINUX_SYSLOG

Static value LinuxSyslog for DataSourceKind.

LINUX_SYSLOG_COLLECTION

public static final DataSourceKind LINUX_SYSLOG_COLLECTION

Static value LinuxSyslogCollection for DataSourceKind.

NETWORK_MONITORING

public static final DataSourceKind NETWORK_MONITORING

Static value NetworkMonitoring for DataSourceKind.

OFFICE365

public static final DataSourceKind OFFICE365

Static value Office365 for DataSourceKind.

SECURITY_CENTER_SECURITY_WINDOWS_BASELINE_CONFIGURATION

public static final DataSourceKind SECURITY_CENTER_SECURITY_WINDOWS_BASELINE_CONFIGURATION

Static value SecurityCenterSecurityWindowsBaselineConfiguration for DataSourceKind.

SECURITY_EVENT_COLLECTION_CONFIGURATION

public static final DataSourceKind SECURITY_EVENT_COLLECTION_CONFIGURATION

Static value SecurityEventCollectionConfiguration for DataSourceKind.

SECURITY_INSIGHTS_SECURITY_EVENT_COLLECTION_CONFIGURATION

public static final DataSourceKind SECURITY_INSIGHTS_SECURITY_EVENT_COLLECTION_CONFIGURATION

Static value SecurityInsightsSecurityEventCollectionConfiguration for DataSourceKind.

SECURITY_WINDOWS_BASELINE_CONFIGURATION

public static final DataSourceKind SECURITY_WINDOWS_BASELINE_CONFIGURATION

Static value SecurityWindowsBaselineConfiguration for DataSourceKind.

SQL_DATA_CLASSIFICATION

public static final DataSourceKind SQL_DATA_CLASSIFICATION

Static value SqlDataClassification for DataSourceKind.

WINDOWS_EVENT

public static final DataSourceKind WINDOWS_EVENT

Static value WindowsEvent for DataSourceKind.

WINDOWS_PERFORMANCE_COUNTER

public static final DataSourceKind WINDOWS_PERFORMANCE_COUNTER

Static value WindowsPerformanceCounter for DataSourceKind.

WINDOWS_TELEMETRY

public static final DataSourceKind WINDOWS_TELEMETRY

Static value WindowsTelemetry for DataSourceKind.

Constructor Details

DataSourceKind

@Deprecated
public DataSourceKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataSourceKind value.

Method Details

fromString

public static DataSourceKind fromString(String name)

Creates or finds a DataSourceKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataSourceKind.

values

public static Collection<DataSourceKind> values()

Gets known DataSourceKind values.

Returns:

known DataSourceKind values.

Applies to