Skip to main content

application_gateways_available_waf_rule_sets

Creates, updates, deletes, gets or lists a application_gateways_available_waf_rule_sets resource.

Overview

Nameapplication_gateways_available_waf_rule_sets
TypeResource
Idazure.network.application_gateways_available_waf_rule_sets

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
locationstringResource location.
propertiesobjectProperties of the web application firewall rule set.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdLists 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 }}';