application_gateway_waf_dynamic_manifests_defaults
Creates, updates, deletes, gets or lists a application_gateway_waf_dynamic_manifests_defaults
resource.
Overview
Name | application_gateway_waf_dynamic_manifests_defaults |
Type | Resource |
Id | azure.network.application_gateway_waf_dynamic_manifests_defaults |
Fields
- vw_application_gateway_waf_dynamic_manifests_defaults
- application_gateway_waf_dynamic_manifests_defaults
Name | Datatype | Description |
---|---|---|
id | text | Resource ID. |
name | text | Resource name. |
available_rule_sets | text | field from the properties object |
default_rule_set | text | field from the properties object |
location | text | field from the properties object |
subscriptionId | text | field from the properties object |
type | text | Resource type. |
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.
- vw_application_gateway_waf_dynamic_manifests_defaults
- application_gateway_waf_dynamic_manifests_defaults
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 }}';
SELECT
id,
name,
properties,
type
FROM azure.network.application_gateway_waf_dynamic_manifests_defaults
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';