| resourceGroupName (required) |
string |
Resource group of the DNS zone |
| tags |
object |
Tags of the DNS zone [hashtable] |
| domainName (required) |
string |
Name of the DNS zone [domain name] |
| aRecords |
aRecords[] |
A records of the DNS zone [Array of DNS records in format: x.x.x.x] |
| aaaaRecords |
aaaaRecords[] |
AAAA records of the DNS zone [Array of DNS records in format: xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx] |
| cnameRecords |
cnameRecords[] |
CNAME records of the DNS zone [Array of DNS records in format: xxxxxx.com] |
| txtRecords |
txtRecords[] |
TXT records of the DNS zone [Array of DNS records] |
| registrationEnabled |
bool |
Enable auto-registration of virtual machines in this private DNS zone (default: false) |
| virtualNetworkResourceIds |
string[] |
Associate the private DNS zones to virtual networks |
| resolutionPolicy |
'Default' 'NxDomainRedirect' |
Resolution policy on the virtual network links, only applies to privatelink zones for A, AAAA and CNAME queries. When set to 'NxDomainRedirect', Azure DNS resolver falls back to public resolution if private DNS query resolution results in non-existent domain response. Ignored for non-privatelink zones. (default: Default for privatelink zones, not set otherwise) |