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

AzureFirewallNetworkRule 类

定义

网络规则的属性。

public class AzureFirewallNetworkRule
type AzureFirewallNetworkRule = class
Public Class AzureFirewallNetworkRule
继承
AzureFirewallNetworkRule

构造函数

AzureFirewallNetworkRule()

初始化 AzureFirewallNetworkRule 类的新实例。

AzureFirewallNetworkRule(String, String, IList<AzureFirewallNetworkRuleProtocol>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

初始化 AzureFirewallNetworkRule 类的新实例。

属性

Description

获取或设置规则的说明。

DestinationAddresses

获取或设置目标 IP 地址的列表。

DestinationFqdns

获取或设置目标 FQDN 的列表。

DestinationIpGroups

获取或设置此规则的目标 IpGroup 列表。

DestinationPorts

获取或设置目标端口的列表。

Name

获取或设置网络规则的名称。

Protocols

获取或设置 AzureFirewallNetworkRuleProtocols 的数组。

SourceAddresses

获取或设置此规则的源 IP 地址列表。

SourceIpGroups

获取或设置此规则的源 IpGroup 列表。

适用于