你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzVirtualApplianceInboundSecurityRulesProperty
定义入站安全规则属性
语法
New-AzVirtualApplianceInboundSecurityRulesProperty
-Name <String>
-Protocol <String>
-SourceAddressPrefix <String>
[-DestinationPortRange <Int32>]
[-DestinationPortRangeList <String[]>]
-AppliesOn <String[]>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
说明
New-AzVirtualApplianceInboundSecurityRulesProperty 命令为网络虚拟设备资源上的入站安全规则定义特定的规则配置。
示例
示例 1
New-AzVirtualApplianceInboundSecurityRulesProperty -Name InboundRule1 -Protocol TCP -SourceAddressPrefix * -DestinationPortRangeList "80-120","121-124" -AppliesOn "publicip1"
上述命令定义规则配置,其值如下所示:
名称:InboundRule1 协议:TCP 源地址前缀:* 目标端口范围列表:“80-120”和“121-124”适用于:publicip1
具有上述属性的规则将配置相应的 NSG 规则和附加到 NVA 的 SLB 上的负载均衡规则,LB 规则将 Frontned IP 设置为 publicip1
参数
-AppliesOn
适用于 SLP IP/接口的规则值
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Confirm
提示你在运行 cmdlet 之前进行确认。
类型: | SwitchParameter |
别名: | cf |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DestinationPortRange
规则的目标端口范围
类型: | Nullable<T>[Int32] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DestinationPortRangeList
规则的目标端口范围
类型: | String[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
入站安全规则属性的名称
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Protocol
规则协议
类型: | String |
接受的值: | Tcp, Udp |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-SourceAddressPrefix
规则的源地址前缀
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-WhatIf
显示运行该 cmdlet 时会发生什么情况。 cmdlet 未运行。
类型: | SwitchParameter |
别名: | wi |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None
输出
Microsoft.Azure.Commands.Network.Models.PSInboundSecurityPropertyRules