你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IDataCollectionRuleDataSources Interface

Definition

[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)

Applies to