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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET