Skip to main content

application_gateway_waf_dynamic_manifests

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

Overview

Nameapplication_gateway_waf_dynamic_manifests
TypeResource
Idazure.network.application_gateway_waf_dynamic_manifests

Fields

The following fields are returned by SELECT queries:

Request successful. Returns the regional application gateway waf manifest

NameDatatypeDescription
idstringResource ID.
namestringResource name.
propertiesobjectProperties of the ApplicationGatewayWafDynamicManifest .
typestringResource type.

Methods

The following methods are available for this resource:

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

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
locationstringThe region where the nrp are located at.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

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 }}' -- required
AND subscriptionId = '{{ subscriptionId }}' -- required
;