Skip to main content

resource_references

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

Overview

Nameresource_references
TypeResource
Idazure.dns.resource_references

Fields

NameDatatypeDescription
propertiesobjectThe result of dns resource reference request. Returns a list of dns resource references for each of the azure resource in the request.

Methods

NameAccessible byRequired ParamsDescription
get_by_target_resourcesSELECTsubscriptionIdReturns the DNS records specified by the referencing targetResourceIds.

SELECT examples

Returns the DNS records specified by the referencing targetResourceIds.

SELECT
properties
FROM azure.dns.resource_references
WHERE subscriptionId = '{{ subscriptionId }}';