Share via


DataSourcesSpec Constructors

Definition

Overloads

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.

DataSourcesSpec()

Initializes a new instance of the DataSourcesSpec class.

public DataSourcesSpec ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DataSourcesSpec class.

public DataSourcesSpec (System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource> performanceCounters = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> windowsEventLogs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SyslogDataSource> syslog = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ExtensionDataSource> extensions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogFilesDataSource> logFiles = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.IisLogsDataSource> iisLogs = default);
new Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec : System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.PerfCounterDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.WindowsEventLogDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.SyslogDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.ExtensionDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.LogFilesDataSource> * System.Collections.Generic.IList<Microsoft.Azure.Management.Monitor.Models.IisLogsDataSource> -> Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec
Public Sub New (Optional performanceCounters As IList(Of PerfCounterDataSource) = Nothing, Optional windowsEventLogs As IList(Of WindowsEventLogDataSource) = Nothing, Optional syslog As IList(Of SyslogDataSource) = Nothing, Optional extensions As IList(Of ExtensionDataSource) = Nothing, Optional logFiles As IList(Of LogFilesDataSource) = Nothing, Optional iisLogs As IList(Of IisLogsDataSource) = Nothing)

Parameters

performanceCounters
IList<PerfCounterDataSource>

The list of performance counter data source configurations.

windowsEventLogs
IList<WindowsEventLogDataSource>

The list of Windows Event Log data source configurations.

syslog
IList<SyslogDataSource>

The list of Syslog data source configurations.

extensions
IList<ExtensionDataSource>

The list of Azure VM extension data source configurations.

logFiles
IList<LogFilesDataSource>

The list of Log files source configurations.

iisLogs
IList<IisLogsDataSource>

The list of IIS logs source configurations.

Applies to