firewalls_global_rulestacks
Creates, updates, deletes, gets or lists a firewalls_global_rulestacks
resource.
Overview
Name | firewalls_global_rulestacks |
Type | Resource |
Id | azure_isv.paloalto.firewalls_global_rulestacks |
Fields
Name | Datatype | Description |
---|---|---|
azureId | string | rulestack description |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | firewallName, resourceGroupName, subscriptionId | Get 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 }}';