resource_references
Creates, updates, deletes, gets or lists a resource_references
resource.
Overview
Name | resource_references |
Type | Resource |
Id | azure.dns.resource_references |
Fields
Name | Datatype | Description |
---|---|---|
properties | object | The result of dns resource reference request. Returns a list of dns resource references for each of the azure resource in the request. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_by_target_resources | SELECT | subscriptionId | Returns 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 }}';