Skip to main content

firewalls_global_rulestacks

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

Overview

Namefirewalls_global_rulestacks
TypeResource
Idazure_isv.paloalto.firewalls_global_rulestacks

Fields

NameDatatypeDescription
azureIdstringrulestack description

Methods

NameAccessible byRequired ParamsDescription
getSELECTfirewallName, resourceGroupName, subscriptionIdGet Global Rulestack associated with the Firewall

SELECT examples

Get Global Rulestack associated with the Firewall

SELECT
azureId
FROM azure_isv.paloalto.firewalls_global_rulestacks
WHERE firewallName = '{{ firewallName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';