Share via


DataCollectionRuleDataSources Class

Definition

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 : Azure.ResourceManager.Monitor.Models.DataSourcesSpec, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleDataSources>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.DataCollectionRuleDataSources>
public class DataCollectionRuleDataSources : Azure.ResourceManager.Monitor.Models.DataSourcesSpec
type DataCollectionRuleDataSources = class
    inherit DataSourcesSpec
    interface IJsonModel<DataCollectionRuleDataSources>
    interface IPersistableModel<DataCollectionRuleDataSources>
type DataCollectionRuleDataSources = class
    inherit DataSourcesSpec
Public Class DataCollectionRuleDataSources
Inherits DataSourcesSpec
Implements IJsonModel(Of DataCollectionRuleDataSources), IPersistableModel(Of DataCollectionRuleDataSources)
Public Class DataCollectionRuleDataSources
Inherits DataSourcesSpec
Inheritance
DataCollectionRuleDataSources
Implements

Constructors

DataCollectionRuleDataSources()

Initializes a new instance of DataCollectionRuleDataSources.

Properties

DataImportsEventHub

Definition of Event Hub configuration.

(Inherited from DataSourcesSpec)
Extensions

The list of Azure VM extension data source configurations.

(Inherited from DataSourcesSpec)
IisLogs

The list of IIS logs source configurations.

(Inherited from DataSourcesSpec)
LogFiles

The list of Log files source configurations.

(Inherited from DataSourcesSpec)
PerformanceCounters

The list of performance counter data source configurations.

(Inherited from DataSourcesSpec)
PlatformTelemetry

The list of platform telemetry configurations.

(Inherited from DataSourcesSpec)
PrometheusForwarder

The list of Prometheus forwarder data source configurations.

(Inherited from DataSourcesSpec)
Syslog

The list of Syslog data source configurations.

(Inherited from DataSourcesSpec)
WindowsEventLogs

The list of Windows Event Log data source configurations.

(Inherited from DataSourcesSpec)
WindowsFirewallLogs

The list of Windows Firewall logs source configurations.

(Inherited from DataSourcesSpec)

Explicit Interface Implementations

IJsonModel<DataCollectionRuleDataSources>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataCollectionRuleDataSources>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataSourcesSpec>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from DataSourcesSpec)
IJsonModel<DataSourcesSpec>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataSourcesSpec)
IPersistableModel<DataCollectionRuleDataSources>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataCollectionRuleDataSources>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataCollectionRuleDataSources>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataSourcesSpec>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataSourcesSpec)
IPersistableModel<DataSourcesSpec>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from DataSourcesSpec)
IPersistableModel<DataSourcesSpec>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataSourcesSpec)

Applies to