DataCollectionRuleDataSourcesArgs

data class DataCollectionRuleDataSourcesArgs(val extensions: Output<List<ExtensionDataSourceArgs>>? = null, val performanceCounters: Output<List<PerfCounterDataSourceArgs>>? = null, val syslog: Output<List<SyslogDataSourceArgs>>? = null, val windowsEventLogs: Output<List<WindowsEventLogDataSourceArgs>>? = null) : ConvertibleToJava<DataCollectionRuleDataSourcesArgs>

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: Output<List<ExtensionDataSourceArgs>>? = null, performanceCounters: Output<List<PerfCounterDataSourceArgs>>? = null, syslog: Output<List<SyslogDataSourceArgs>>? = null, windowsEventLogs: Output<List<WindowsEventLogDataSourceArgs>>? = null)

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
val syslog: Output<List<SyslogDataSourceArgs>>? = null

The list of Syslog data source configurations.

Link copied to clipboard

The list of Windows Event Log data source configurations.

Functions

Link copied to clipboard
open override fun toJava(): DataCollectionRuleDataSourcesArgs