Skip to main content

local_rulestacks_firewalls

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

Overview

Namelocal_rulestacks_firewalls
TypeResource
Idazure_isv.paloalto.local_rulestacks_firewalls

Fields

NameDatatypeDescription
column_anonstring

Methods

NameAccessible byRequired ParamsDescription
listSELECTlocalRulestackName, resourceGroupName, subscriptionIdList of Firewalls associated with Rulestack

SELECT examples

List of Firewalls associated with Rulestack

SELECT
column_anon
FROM azure_isv.paloalto.local_rulestacks_firewalls
WHERE localRulestackName = '{{ localRulestackName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';