DataCollectionRuleResponseDataSources

data class DataCollectionRuleResponseDataSources(val extensions: List<ExtensionDataSourceResponse>? = null, val performanceCounters: List<PerfCounterDataSourceResponse>? = null, val syslog: List<SyslogDataSourceResponse>? = null, val windowsEventLogs: List<WindowsEventLogDataSourceResponse>? = null)

The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.

Constructors

Link copied to clipboard
constructor(extensions: List<ExtensionDataSourceResponse>? = null, performanceCounters: List<PerfCounterDataSourceResponse>? = null, syslog: List<SyslogDataSourceResponse>? = null, windowsEventLogs: List<WindowsEventLogDataSourceResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of Azure VM extension data source configurations.

Link copied to clipboard

The list of performance counter data source configurations.

Link copied to clipboard

The list of Syslog data source configurations.

Link copied to clipboard

The list of Windows Event Log data source configurations.