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.
Compatibility declaration for the NatRule type.
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>
type NatRule = class
inherit FirewallPolicyRule
interface IJsonModel<NatRule>
interface IPersistableModel<NatRule>
Public Class NatRule
Inherits FirewallPolicyRule
Implements IJsonModel(Of NatRule), IPersistableModel(Of NatRule)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| NatRule() |
Initializes a new instance of NatRule. |
Properties
| Name | Description |
|---|---|
| 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. |
| IPProtocols |
Compatibility member. |
| 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. |
| SourceIPGroups |
Compatibility member. |
| TranslatedAddress |
The translated address for this NAT rule. |
| TranslatedFqdn |
The translated FQDN for this NAT rule. |
| TranslatedPort |
The translated port for this NAT rule. |