resource_references
Creates, updates, deletes, gets or lists a resource_references
resource.
Overview
Name | resource_references |
Type | Resource |
Id | azure.dns.resource_references |
Fields
The following fields are returned by SELECT
queries:
- get_by_target_resources
Success.
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
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get_by_target_resources | select | subscriptionId | Returns 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.
Name | Datatype | Description |
---|---|---|
subscriptionId | string | The ID of the target subscription. |
SELECT
examples
- get_by_target_resources
Returns the DNS records specified by the referencing targetResourceIds.
SELECT
properties
FROM azure.dns.resource_references
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;