你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NatRule 类

定义

nat 类型的规则。

public class NatRule : Microsoft.Azure.Management.Network.Models.FirewallPolicyRule
type NatRule = class
    inherit FirewallPolicyRule
Public Class NatRule
Inherits FirewallPolicyRule
继承

构造函数

NatRule()

初始化 NatRule 类的新实例。

NatRule(String, String, IList<String>, IList<String>, IList<String>, IList<String>, String, String, IList<String>, String)

初始化 NatRule 类的新实例。

属性

Description

获取或设置规则的说明。

(继承自 FirewallPolicyRule)
DestinationAddresses

获取或设置目标 IP 地址或服务标记的列表。

DestinationPorts

获取或设置目标端口的列表。

IpProtocols

获取或设置 FirewallPolicyRuleNetworkProtocols 的数组。

Name

获取或设置规则的名称。

(继承自 FirewallPolicyRule)
SourceAddresses

获取或设置此规则的源 IP 地址列表。

SourceIpGroups

获取或设置此规则的源 IpGroup 列表。

TranslatedAddress

获取或设置此 NAT 规则的已转换地址。

TranslatedFqdn

获取或设置此 NAT 规则的已翻译 FQDN。

TranslatedPort

获取或设置此 NAT 规则的已转换端口。

适用于