DataCollectionRuleDataSources Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataCollectionRuleDataSources() |
Initializes a new instance of the DataCollectionRuleDataSources class. |
DataCollectionRuleDataSources(IList<PerfCounterDataSource>, IList<WindowsEventLogDataSource>, IList<SyslogDataSource>, IList<ExtensionDataSource>, IList<LogFilesDataSource>, IList<IisLogsDataSource>) |
Initializes a new instance of the DataCollectionRuleDataSources class. |
DataCollectionRuleDataSources()
Initializes a new instance of the DataCollectionRuleDataSources class.
public DataCollectionRuleDataSources ();
Public Sub New ()
Applies to
DataCollectionRuleDataSources(IList<PerfCounterDataSource>, IList<WindowsEventLogDataSource>, IList<SyslogDataSource>, IList<ExtensionDataSource>, IList<LogFilesDataSource>, IList<IisLogsDataSource>)
Initializes a new instance of the DataCollectionRuleDataSources class.
public DataCollectionRuleDataSources (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.DataCollectionRuleDataSources : 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.DataCollectionRuleDataSources
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.