Share via


WindowsEventLogDataSource Class

Definition

Definition of which Windows Event Log events will be collected and how they will be collected. Only collected from Windows machines.

public class WindowsEventLogDataSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Monitor.Models.WindowsEventLogDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Monitor.Models.WindowsEventLogDataSource>
public class WindowsEventLogDataSource
type WindowsEventLogDataSource = class
    interface IJsonModel<WindowsEventLogDataSource>
    interface IPersistableModel<WindowsEventLogDataSource>
type WindowsEventLogDataSource = class
Public Class WindowsEventLogDataSource
Implements IJsonModel(Of WindowsEventLogDataSource), IPersistableModel(Of WindowsEventLogDataSource)
Public Class WindowsEventLogDataSource
Inheritance
WindowsEventLogDataSource
Implements

Constructors

WindowsEventLogDataSource()

Initializes a new instance of WindowsEventLogDataSource.

Properties

Name

A friendly name for the data source. This name should be unique across all data sources (regardless of type) within the data collection rule.

Streams

List of streams that this data source will be sent to. A stream indicates what schema will be used for this data and usually what table in Log Analytics the data will be sent to.

XPathQueries

A list of Windows Event Log queries in XPATH format.

Explicit Interface Implementations

IJsonModel<WindowsEventLogDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WindowsEventLogDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsEventLogDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsEventLogDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WindowsEventLogDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to