Package version:

Interface DnsResourceReference

Represents a single Azure resource and its referencing DNS records.

interface DnsResourceReference {
    dnsResources?: SubResource[];
    targetResource?: SubResource;
}

Properties

dnsResources?: SubResource[]

A list of dns Records

targetResource?: SubResource

A reference to an azure resource from where the dns resource value is taken.