application_gateways_available_waf_rule_sets
Creates, updates, deletes, gets or lists a application_gateways_available_waf_rule_sets
resource.
Overview
Name | application_gateways_available_waf_rule_sets |
Type | Resource |
Id | azure.network.application_gateways_available_waf_rule_sets |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
location | string | Resource location. |
properties | object | Properties of the web application firewall rule set. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Lists all available web application firewall rule sets. |
SELECT
examples
Lists all available web application firewall rule sets.
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure.network.application_gateways_available_waf_rule_sets
WHERE subscriptionId = '{{ subscriptionId }}';