你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NatRule 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 规则的已转换端口。 |