Skip to main content

vw_dns_forwarding_rulesets

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

Overview

Namevw_dns_forwarding_rulesets
TypeView
Idazure.dns_resolver.vw_dns_forwarding_rulesets

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

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';