Share via


WindowsFirewallLogsDataSource Class

Definition

Enables Firewall logs to be collected by this data collection rule.

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

Constructors

WindowsFirewallLogsDataSource(IEnumerable<String>)

Initializes a new instance of WindowsFirewallLogsDataSource.

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

Firewall logs streams.

Explicit Interface Implementations

IJsonModel<WindowsFirewallLogsDataSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WindowsFirewallLogsDataSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WindowsFirewallLogsDataSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WindowsFirewallLogsDataSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WindowsFirewallLogsDataSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to