application_gateway_waf_dynamic_manifests
Creates, updates, deletes, gets or lists a application_gateway_waf_dynamic_manifests
resource.
Overview
Name | application_gateway_waf_dynamic_manifests |
Type | Resource |
Id | azure.network.application_gateway_waf_dynamic_manifests |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
properties | object | Properties of ApplicationGatewayWafDynamicManifest. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, subscriptionId | Gets 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 }}';