| 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] |
| zoneType |
'Private' 'Public' |
The type of this DNS zone (default: Public) |
| registrationVirtualNetworks |
string[] |
A list of references to virtual networks that register hostnames in this DNS zone. This is a only when ZoneType is Private |
| resolutionVirtualNetworks |
string[] |
A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private |