Share via


FirewallLogDestination Class

Definition

Log Destination.

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

Constructors

FirewallLogDestination()

Initializes a new instance of FirewallLogDestination.

Properties

EventHubConfiguration

Event Hub configurations.

MonitorConfiguration

Monitor Log configurations.

StorageConfiguration

Storage account configurations.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallLogDestination>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallLogDestination>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallLogDestination>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallLogDestination>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallLogDestination>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to