DataSourcesSpec Class

Specification of data sources that will be collected.

Inheritance
DataSourcesSpec

Constructor

DataSourcesSpec(*, performance_counters: Optional[List[azure.mgmt.monitor.v2021_04_01.models._models_py3.PerfCounterDataSource]] = None, windows_event_logs: Optional[List[azure.mgmt.monitor.v2021_04_01.models._models_py3.WindowsEventLogDataSource]] = None, syslog: Optional[List[azure.mgmt.monitor.v2021_04_01.models._models_py3.SyslogDataSource]] = None, extensions: Optional[List[azure.mgmt.monitor.v2021_04_01.models._models_py3.ExtensionDataSource]] = None, **kwargs)

Variables

performance_counters
list[<xref:$>(<xref:python-base-namespace>)PerfCounterDataSource]

The list of performance counter data source configurations.

windows_event_logs
list[<xref:$>(<xref:python-base-namespace>)WindowsEventLogDataSource]

The list of Windows Event Log data source configurations.

syslog
list[<xref:$>(<xref:python-base-namespace>)SyslogDataSource]

The list of Syslog data source configurations.

extensions
list[<xref:$>(<xref:python-base-namespace>)ExtensionDataSource]

The list of Azure VM extension data source configurations.