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

ApplicationGatewayFirewallRuleSet 类

定义

Web 应用程序防火墙规则集。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationGatewayFirewallRuleSet : Microsoft.Azure.Management.Network.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationGatewayFirewallRuleSet = class
    inherit Resource
Public Class ApplicationGatewayFirewallRuleSet
Inherits Resource
继承
ApplicationGatewayFirewallRuleSet
属性

构造函数

ApplicationGatewayFirewallRuleSet()

初始化 ApplicationGatewayFirewallRuleSet 类的新实例。

ApplicationGatewayFirewallRuleSet(String, String, IList<ApplicationGatewayFirewallRuleGroup>, String, String, String, String, IDictionary<String,String>, String, IList<String>)

初始化 ApplicationGatewayFirewallRuleSet 类的新实例。

属性

Id

获取或设置资源 ID。

(继承自 Resource)
Location

获取或设置资源位置。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
ProvisioningState

获取 Web 应用程序防火墙规则集的预配状态。 可能的值包括:“Succeeded”、“Updateing”、“删除”、“Failed”

RuleGroups

获取或设置 Web 应用程序防火墙规则集的规则组。

RuleSetType

获取或设置 Web 应用程序防火墙规则集的类型。

RuleSetVersion

获取或设置 Web 应用程序防火墙规则集类型的版本。

Tags

获取或设置资源标记。

(继承自 Resource)
Tiers

获取或设置支持规则集的应用程序网关的层。

Type

获取资源类型。

(继承自 Resource)

方法

Validate()

验证 对象。

适用于