FirewallPolicyNatRule Class

Definition

Firewall Policy NAT Rule.

public class FirewallPolicyNatRule : Microsoft.Azure.Management.Network.Fluent.Models.FirewallPolicyRule
type FirewallPolicyNatRule = class
    inherit FirewallPolicyRule
Public Class FirewallPolicyNatRule
Inherits FirewallPolicyRule
Inheritance
FirewallPolicyNatRule

Constructors

FirewallPolicyNatRule()

Initializes a new instance of the FirewallPolicyNatRule class.

FirewallPolicyNatRule(String, Nullable<Int32>, FirewallPolicyNatRuleAction, String, String, FirewallPolicyRuleCondition)

Initializes a new instance of the FirewallPolicyNatRule class.

Properties

Action

Gets or sets the action type of a Nat rule.

Name

Gets or sets the name of the rule.

(Inherited from FirewallPolicyRule)
Priority

Gets or sets priority of the Firewall Policy Rule resource.

(Inherited from FirewallPolicyRule)
RuleCondition

Gets or sets the match conditions for incoming traffic.

TranslatedAddress

Gets or sets the translated address for this NAT rule.

TranslatedPort

Gets or sets the translated port for this NAT rule.

Methods

Validate()

Validate the object.

Applies to