DataCollectionRuleDataSources Class
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.
The specification of data sources. This property is optional and can be omitted if the rule is meant to be used via direct calls to the provisioned endpoint.
public class DataCollectionRuleDataSources : Microsoft.Azure.Management.Monitor.Models.DataSourcesSpec
type DataCollectionRuleDataSources = class
inherit DataSourcesSpec
Public Class DataCollectionRuleDataSources
Inherits DataSourcesSpec
- Inheritance
Constructors
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. |
Properties
Extensions |
Gets or sets the list of Azure VM extension data source configurations. (Inherited from DataSourcesSpec) |
IisLogs |
Gets or sets the list of IIS logs source configurations. (Inherited from DataSourcesSpec) |
LogFiles |
Gets or sets the list of Log files source configurations. (Inherited from DataSourcesSpec) |
PerformanceCounters |
Gets or sets the list of performance counter data source configurations. (Inherited from DataSourcesSpec) |
Syslog |
Gets or sets the list of Syslog data source configurations. (Inherited from DataSourcesSpec) |
WindowsEventLogs |
Gets or sets the list of Windows Event Log data source configurations. (Inherited from DataSourcesSpec) |
Applies to
Azure SDK for .NET