你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzFirewallPolicyNatRule
创建新的Azure 防火墙策略 NAT 规则
语法
New-AzFirewallPolicyNatRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-DestinationAddress <String[]>
-DestinationPort <String[]>
-Protocol <String[]>
-TranslatedAddress <String>
-TranslatedPort <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyNatRule
-Name <String>
[-Description <String>]
-SourceAddress <String[]>
-DestinationAddress <String[]>
-DestinationPort <String[]>
-Protocol <String[]>
-TranslatedFqdn <String>
-TranslatedPort <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyNatRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-DestinationAddress <String[]>
-DestinationPort <String[]>
-Protocol <String[]>
-TranslatedAddress <String>
-TranslatedPort <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
New-AzFirewallPolicyNatRule
-Name <String>
[-Description <String>]
-SourceIpGroup <String[]>
-DestinationAddress <String[]>
-DestinationPort <String[]>
-Protocol <String[]>
-TranslatedFqdn <String>
-TranslatedPort <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
New-AzFirewallPolicyNatRule cmdlet 为Azure 防火墙策略创建 NAT 规则。
示例
示例 1
New-AzFirewallPolicyNatRule -Name NatRule1 -Protocol "TCP" -SourceAddress "192.168.0.0/16" -DestinationAddress 10.20.30.40 -DestinationPort 1000 -TranslatedAddress "192.168.0.1" -TranslatedPort "100"
此示例创建包含源地址、协议、目标地址、目标端口、已转换地址和已转换端口的 NAT 规则。
示例 2
New-AzFirewallPolicyNatRule -Name NatRule1 -Protocol "TCP" -SourceAddress "192.168.0.0/16" -DestinationAddress 10.20.30.40 -DestinationPort 1000 -TranslatedFqdn "internalhttp.server.net" -TranslatedPort "100"
此示例创建包含源地址、协议、目标地址、目标端口、已转换 fqdn 和已转换端口的 NAT 规则。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Description
规则的说明
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DestinationAddress
规则的目标地址。 这必须是防火墙的公共 IP。
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DestinationPort
规则的目标端口
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Name
NAT 规则集合的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Protocol
规则的协议
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SourceAddress
规则的源地址
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SourceIpGroup
规则的源 IP 组
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TranslatedAddress
此 NAT 规则的转换地址
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TranslatedFqdn
此 NAT 规则的已转换的 FQDN
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-TranslatedPort
此 NAT 规则的已转换端口
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
输入
None