Skip to main content

application_gateway_waf_dynamic_manifests_defaults

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

Overview

Nameapplication_gateway_waf_dynamic_manifests_defaults
TypeResource
Idazure.network.application_gateway_waf_dynamic_manifests_defaults

Fields

NameDatatypeDescription
idtextResource ID.
nametextResource name.
available_rule_setstextfield from the properties object
default_rule_settextfield from the properties object
locationtextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource type.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, subscriptionIdGets the regional application gateway waf manifest.

SELECT examples

Gets the regional application gateway waf manifest.

SELECT
id,
name,
available_rule_sets,
default_rule_set,
location,
subscriptionId,
type
FROM azure.network.vw_application_gateway_waf_dynamic_manifests_defaults
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';