azure_firewall_fqdn_tags
Creates, updates, deletes, gets or lists a azure_firewall_fqdn_tags
resource.
Overview
Name | azure_firewall_fqdn_tags |
Type | Resource |
Id | azure.network.azure_firewall_fqdn_tags |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
location | string | Resource location. |
properties | object | Azure Firewall FQDN Tag Properties. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_all | SELECT | subscriptionId | Gets 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 }}';