vw_dns_forwarding_rulesets
Creates, updates, deletes, gets or lists a vw_dns_forwarding_rulesets
resource.
Overview
Name | vw_dns_forwarding_rulesets |
Type | View |
Id | azure.dns_resolver.vw_dns_forwarding_rulesets |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
location as location,
etag as etag,
systemData as system_data,
tags as tags,
JSON_EXTRACT(properties, '$.dnsResolverOutboundEndpoints') as "dns_resolver_outbound_endpoints",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
subscriptionId,
resourceGroupName,
dnsForwardingRulesetName
FROM azure.dns_resolver.dns_forwarding_rulesets
WHERE subscriptionId = 'replace-me';
SELECT
location as location,
etag as etag,
systemData as system_data,
tags as tags,
json_extract_path_text(properties, '$.dnsResolverOutboundEndpoints') as "dns_resolver_outbound_endpoints",
json_extract_path_text(properties, '$.provisioningState') as "provisioning_state",
json_extract_path_text(properties, '$.resourceGuid') as "resource_guid",
subscriptionId,
resourceGroupName,
dnsForwardingRulesetName
FROM azure.dns_resolver.dns_forwarding_rulesets
WHERE subscriptionId = 'replace-me';