FirewallPolicyNatRuleCollectionInfo Class

Definition

Firewall Policy NAT Rule Collection.

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

Constructors

FirewallPolicyNatRuleCollectionInfo()

Initializes a new instance of FirewallPolicyNatRuleCollectionInfo.

Properties

ActionType

The type of action.

Name

The name of the rule collection.

(Inherited from FirewallPolicyRuleCollectionInfo)
Priority

Priority of the Firewall Policy Rule Collection resource.

(Inherited from FirewallPolicyRuleCollectionInfo)
Rules

List of rules included in a rule collection. Please note FirewallPolicyRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ApplicationRule, NatRule and NetworkRule.

Explicit Interface Implementations

IJsonModel<FirewallPolicyNatRuleCollectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FirewallPolicyNatRuleCollectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<FirewallPolicyRuleCollectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FirewallPolicyRuleCollectionInfo)
IJsonModel<FirewallPolicyRuleCollectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyNatRuleCollectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirewallPolicyNatRuleCollectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirewallPolicyNatRuleCollectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<FirewallPolicyRuleCollectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyRuleCollectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FirewallPolicyRuleCollectionInfo)
IPersistableModel<FirewallPolicyRuleCollectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirewallPolicyRuleCollectionInfo)

Applies to