FirewallPolicyNatRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Firewall Policy NAT Rule.
public class FirewallPolicyNatRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule
type FirewallPolicyNatRule = class
inherit FirewallPolicyRule
Public Class FirewallPolicyNatRule
Inherits FirewallPolicyRule
- Inheritance
Constructors
FirewallPolicyNatRule() |
Initializes a new instance of FirewallPolicyNatRule. |
Properties
Action |
The action type of a Nat rule. |
Name |
The name of the rule. (Inherited from FirewallPolicyRule) |
Priority |
Priority of the Firewall Policy Rule resource. (Inherited from FirewallPolicyRule) |
RuleCondition |
The match conditions for incoming traffic. |
TranslatedAddress |
The translated address for this NAT rule. |
TranslatedPort |
The translated port for this NAT rule. |