Skip to main content

azure_firewall_fqdn_tags

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

Overview

Nameazure_firewall_fqdn_tags
TypeResource
Idazure.network.azure_firewall_fqdn_tags

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
etagstringA unique read-only string that changes whenever the resource is updated.
locationstringResource location.
propertiesobjectAzure Firewall FQDN Tag Properties.
tagsobjectResource tags.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
list_allSELECTsubscriptionIdGets all the Azure Firewall FQDN Tags in a subscription.

SELECT examples

Gets all the Azure Firewall FQDN Tags in a subscription.

SELECT
id,
name,
etag,
location,
properties,
tags,
type
FROM azure.network.azure_firewall_fqdn_tags
WHERE subscriptionId = '{{ subscriptionId }}';