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

INetworkSecurityRule 接口

定义

网络安全组中的网络安全规则。

public interface INetworkSecurityRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>
type INetworkSecurityRule = interface
    interface IHasInner<SecurityRuleInner>
    interface IChildResource<INetworkSecurityGroup>
    interface IHasName
    interface IIndexable
    interface IHasParent<INetworkSecurityGroup>
Public Interface INetworkSecurityRule
Implements IChildResource(Of INetworkSecurityGroup), IHasInner(Of SecurityRuleInner), IHasParent(Of INetworkSecurityGroup)
实现

属性

Access

获取规则强制实施的访问类型。

Description

获取安全规则的用户定义说明。

DestinationAddressPrefix

获取规则应用于的目标地址前缀,该前缀使用 CIDR 表示法,格式为:“###.##.##,”“表示”any”。

DestinationAddressPrefixes

获取规则应用于的目标地址前缀列表,该列表使用 CIDR 表示法表示,格式为:“###.##.##,”表示“any”或 IP 地址。

DestinationApplicationSecurityGroupIds

获取指定为目标的应用程序安全组 ID 的列表。

DestinationPortRange

获取规则应用的目标端口范围,格式为“##-##”,其中“”表示任何。

DestinationPortRanges

获取规则应用于的目标端口范围,格式为“##-##”,其中“”表示任何。

Direction

获取应用网络安全规则的网络流量的方向。

Inner

网络安全组中的网络安全规则。

(继承自 IHasInner<T>)
Key

网络安全组中的网络安全规则。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Priority

获取此规则的优先级编号,将基于该规则相对于为此网络安全组指定的任何其他规则的优先级编号应用此规则。

Protocol

获取规则应用到的网络协议。

SourceAddressPrefix

获取规则应用于的源地址前缀,该前缀使用 CIDR 表示法,格式为:“###.##.###/##”,“表示”any”。

SourceAddressPrefixes

获取规则适用的源地址前缀列表,该前缀使用 CIDR 表示法表示,格式为:“###.##.##,”“表示”any“或 IP 地址。

SourceApplicationSecurityGroupIds

获取指定为源的应用程序安全组 ID 的列表。

SourcePortRange

获取规则适用的源端口范围,格式为“##-##”,其中“”表示“any”。

SourcePortRanges

获取规则适用的源端口范围,格式为“##-##”,其中“”表示“any”。

适用于