Skip to main content

application_gateway_waf_dynamic_manifests

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

Overview

Nameapplication_gateway_waf_dynamic_manifests
TypeResource
Idazure.network.application_gateway_waf_dynamic_manifests

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
propertiesobjectProperties of ApplicationGatewayWafDynamicManifest.
typestringResource 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,
properties,
type
FROM azure.network.application_gateway_waf_dynamic_manifests
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';