IDataCollectionRuleDataSources Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleDataSourcesTypeConverter))]
public interface IDataCollectionRuleDataSources : Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.IDataSourcesSpec
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.DataCollection.Models.DataCollectionRuleDataSourcesTypeConverter))>]
type IDataCollectionRuleDataSources = interface
interface IJsonSerializable
interface IDataSourcesSpec
Public Interface IDataCollectionRuleDataSources
Implements IDataSourcesSpec
- Derived
- Attributes
- Implements
Properties
DataImportEventHubConsumerGroup |
Event Hub consumer group name (Inherited from IDataSourcesSpec) |
DataImportEventHubName |
A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule. (Inherited from IDataSourcesSpec) |
DataImportEventHubStream |
The stream to collect from EventHub (Inherited from IDataSourcesSpec) |
Extension |
The list of Azure VM extension data source configurations. (Inherited from IDataSourcesSpec) |
IisLog |
The list of IIS logs source configurations. (Inherited from IDataSourcesSpec) |
LogFile |
The list of Log files source configurations. (Inherited from IDataSourcesSpec) |
PerformanceCounter |
The list of performance counter data source configurations. (Inherited from IDataSourcesSpec) |
PlatformTelemetry |
The list of platform telemetry configurations (Inherited from IDataSourcesSpec) |
PrometheusForwarder |
The list of Prometheus forwarder data source configurations. (Inherited from IDataSourcesSpec) |
Syslog |
The list of Syslog data source configurations. (Inherited from IDataSourcesSpec) |
WindowsEventLog |
The list of Windows Event Log data source configurations. (Inherited from IDataSourcesSpec) |
WindowsFirewallLog |
The list of Windows Firewall logs source configurations. (Inherited from IDataSourcesSpec) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |