你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EffectiveNetworkSecurityRule 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
有效的网络安全规则。
public class EffectiveNetworkSecurityRule
type EffectiveNetworkSecurityRule = class
Public Class EffectiveNetworkSecurityRule
- 继承
-
EffectiveNetworkSecurityRule
属性
Access |
是允许还是拒绝网络流量。 |
DestinationAddressPrefix |
目标地址前缀。 |
DestinationAddressPrefixes |
目标地址前缀。 预期值包括 CIDR IP 范围、默认标记 (VirtualNetwork、AzureLoadBalancer、Internet) 、系统标记和星号 (*) 。 |
DestinationPortRange |
目标端口或范围。 |
DestinationPortRanges |
目标端口范围。 预期值包括介于 0 和 65535 之间的单个整数、使用“-”作为分隔符 (的范围(例如 100-400) )或星号 (*) 。 |
Direction |
规则的方向。 |
ExpandedDestinationAddressPrefix |
展开的目标地址前缀。 |
ExpandedSourceAddressPrefix |
展开的源地址前缀。 |
Name |
如果用户) 创建,则 (用户指定的安全规则的名称。 |
Priority |
规则的优先级。 |
Protocol |
此规则适用的网络协议。 |
SourceAddressPrefix |
源地址前缀。 |
SourceAddressPrefixes |
源地址前缀。 预期值包括 CIDR IP 范围、默认标记 (VirtualNetwork、AzureLoadBalancer、Internet) 、系统标记和星号 (*) 。 |
SourcePortRange |
源端口或范围。 |
SourcePortRanges |
源端口范围。 预期值包括介于 0 和 65535 之间的单个整数、使用“-”作为分隔符 (的范围(例如 100-400) )或星号 (*) 。 |