DataSourcesSpec Class

Definition

Specification of data sources that will be collected.

public class DataSourcesSpec
type DataSourcesSpec = class
Public Class DataSourcesSpec
Inheritance
DataSourcesSpec
Derived

Constructors

DataSourcesSpec()

Initializes a new instance of the DataSourcesSpec class.

DataSourcesSpec(IList<PerfCounterDataSource>, IList<WindowsEventLogDataSource>, IList<SyslogDataSource>, IList<ExtensionDataSource>, IList<LogFilesDataSource>, IList<IisLogsDataSource>)

Initializes a new instance of the DataSourcesSpec class.

Properties

Extensions

Gets or sets the list of Azure VM extension data source configurations.

IisLogs

Gets or sets the list of IIS logs source configurations.

LogFiles

Gets or sets the list of Log files source configurations.

PerformanceCounters

Gets or sets the list of performance counter data source configurations.

Syslog

Gets or sets the list of Syslog data source configurations.

WindowsEventLogs

Gets or sets the list of Windows Event Log data source configurations.

Applies to