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

NetworkRuleSet interface

A set of rules governing the network accessibility.

Properties

defaultAction

The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.

ipRules

The list of IP address rules.

virtualNetworkRules

The list of virtual network rules.

Property Details

defaultAction

The default action when no rule from ipRules and from virtualNetworkRules match. This is only used after the bypass property has been evaluated.

defaultAction?: string

Property Value

string

ipRules

The list of IP address rules.

ipRules?: IpRule[]

Property Value

IpRule[]

virtualNetworkRules

The list of virtual network rules.

virtualNetworkRules?: VirtualNetworkRule[]

Property Value