Skip to main content

dns_resource_reference

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

Overview

Namedns_resource_reference
TypeResource
Idazure.dns.dns_resource_reference

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
dnsResourceReferencesarrayThe result of dns resource reference request. A list of dns resource references for each of the azure resource in the request.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_by_target_resourcesselectsubscription_idReturns the DNS records specified by the referencing targetResourceIds.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
subscription_idstring

SELECT examples

Returns the DNS records specified by the referencing targetResourceIds.

SELECT
dnsResourceReferences
FROM azure.dns.dns_resource_reference
WHERE subscription_id = '{{ subscription_id }}' -- required
;