Share via


FirewallFrontendSetting Class

Definition

Frontend setting for Firewall.

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

Constructors

FirewallFrontendSetting(String, FirewallProtocolType, FirewallEndpointConfiguration, FirewallEndpointConfiguration)

Initializes a new instance of FirewallFrontendSetting.

Properties

BackendConfiguration

Backend configurations.

FrontendConfiguration

Frontend configurations.

Name

Settings name.

Protocol

Protocol Type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<FirewallFrontendSetting>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallFrontendSetting>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallFrontendSetting>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallFrontendSetting>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallFrontendSetting>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to