GetDataCollectionRuleDataSourceExtension

data class GetDataCollectionRuleDataSourceExtension(val extensionJson: String, val extensionName: String, val inputDataSources: List<String>, val name: String, val streams: List<String>)

Constructors

Link copied to clipboard
constructor(extensionJson: String, extensionName: String, inputDataSources: List<String>, name: String, streams: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A JSON String which specifies the extension setting.

Link copied to clipboard

The name of the VM extension.

Link copied to clipboard

Specifies a list of data sources this extension needs data from. An item should be a name of a supported data source which produces only one stream. Supported data sources type: performance_counter, windows_event_log,and syslog.

Link copied to clipboard

Specifies the name of the Data Collection Rule.

Link copied to clipboard

Specifies a list of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.