FirewallPolicySnat Class

Definition

The private IP addresses/IP ranges to which traffic will not be SNAT.

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

Constructors

FirewallPolicySnat()

Initializes a new instance of FirewallPolicySnat.

Properties

AutoLearnPrivateRanges

The operation mode for automatically learning private ranges to not be SNAT.

PrivateRanges

List of private IP addresses/IP address ranges to not be SNAT.

Explicit Interface Implementations

IJsonModel<FirewallPolicySnat>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPolicySnat>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirewallPolicySnat>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicySnat>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPolicySnat>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to