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

The following fields are returned by SELECT queries:

Success.

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

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_by_target_resourcesselectsubscriptionIdReturns 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
subscriptionIdstringThe ID of the target subscription.

SELECT examples

Returns the DNS records specified by the referencing targetResourceIds.

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