NatRule 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.
Rule of type nat.
public class NatRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.NatRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.NatRule>
public class NatRule : Azure.ResourceManager.Network.Models.FirewallPolicyRule
type NatRule = class
inherit FirewallPolicyRule
interface IJsonModel<NatRule>
interface IPersistableModel<NatRule>
type NatRule = class
inherit FirewallPolicyRule
Public Class NatRule
Inherits FirewallPolicyRule
Implements IJsonModel(Of NatRule), IPersistableModel(Of NatRule)
Public Class NatRule
Inherits FirewallPolicyRule
- Inheritance
- Implements
Constructors
NatRule() |
Initializes a new instance of NatRule. |
Properties
Description |
Description of the rule. (Inherited from FirewallPolicyRule) |
DestinationAddresses |
List of destination IP addresses or Service Tags. |
DestinationPorts |
List of destination ports. |
IPProtocols |
Array of FirewallPolicyRuleNetworkProtocols. |
Name |
Name of the rule. (Inherited from FirewallPolicyRule) |
SourceAddresses |
List of source IP addresses for this rule. |
SourceIPGroups |
List of source IpGroups for this rule. |
TranslatedAddress |
The translated address for this NAT rule. |
TranslatedFqdn |
The translated FQDN for this NAT rule. |
TranslatedPort |
The translated port for this NAT rule. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET