az network private-dns record-set
Manage Private DNS records and record sets.
Commands
Name | Description | Type | Status |
---|---|---|---|
az network private-dns record-set a |
Manage Private DNS A records. |
Core | GA |
az network private-dns record-set a add-record |
Add an A record. |
Core | GA |
az network private-dns record-set a create |
Create an empty A record set. |
Core | GA |
az network private-dns record-set a delete |
Delete an A record set and all associated records. |
Core | GA |
az network private-dns record-set a list |
List all A record sets in a zone. |
Core | GA |
az network private-dns record-set a remove-record |
Remove an A record from its record set. |
Core | GA |
az network private-dns record-set a show |
Get the details of an A record set. |
Core | GA |
az network private-dns record-set a update |
Update an A record set. |
Core | GA |
az network private-dns record-set aaaa |
Manage Private DNS AAAA records. |
Core | GA |
az network private-dns record-set aaaa add-record |
Add an AAAA record. |
Core | GA |
az network private-dns record-set aaaa create |
Create an empty AAAA record set. |
Core | GA |
az network private-dns record-set aaaa delete |
Delete an AAAA record set and all associated records. |
Core | GA |
az network private-dns record-set aaaa list |
List all AAAA record sets in a zone. |
Core | GA |
az network private-dns record-set aaaa remove-record |
Remove AAAA record from its record set. |
Core | GA |
az network private-dns record-set aaaa show |
Get the details of an AAAA record set. |
Core | GA |
az network private-dns record-set aaaa update |
Update an AAAA record set. |
Core | GA |
az network private-dns record-set cname |
Manage Private DNS CNAME records. |
Core | GA |
az network private-dns record-set cname create |
Create an empty CNAME record set. |
Core | GA |
az network private-dns record-set cname delete |
Delete a CNAME record set and its associated record. |
Core | GA |
az network private-dns record-set cname list |
List the CNAME record set in a zone. |
Core | GA |
az network private-dns record-set cname remove-record |
Remove a CNAME record from its record set. |
Core | GA |
az network private-dns record-set cname set-record |
Set the value of a CNAME record. |
Core | GA |
az network private-dns record-set cname show |
Get the details of a CNAME record set. |
Core | GA |
az network private-dns record-set cname update |
Update a CNAME record set. |
Core | GA |
az network private-dns record-set list |
List all record sets within a Private DNS zone. |
Core | GA |
az network private-dns record-set mx |
Manage Private DNS MX records. |
Core | GA |
az network private-dns record-set mx add-record |
Add an MX record. |
Core | GA |
az network private-dns record-set mx create |
Create an empty MX record set. |
Core | GA |
az network private-dns record-set mx delete |
Delete an MX record set and all associated records. |
Core | GA |
az network private-dns record-set mx list |
List all MX record sets in a zone. |
Core | GA |
az network private-dns record-set mx remove-record |
Remove an MX record from its record set. |
Core | GA |
az network private-dns record-set mx show |
Get the details of an MX record set. |
Core | GA |
az network private-dns record-set mx update |
Update an MX record set. |
Core | GA |
az network private-dns record-set ptr |
Manage Private DNS PTR records. |
Core | GA |
az network private-dns record-set ptr add-record |
Add a PTR record. |
Core | GA |
az network private-dns record-set ptr create |
Create an empty PTR record set. |
Core | GA |
az network private-dns record-set ptr delete |
Delete a PTR record set and all associated records. |
Core | GA |
az network private-dns record-set ptr list |
List all PTR record sets in a zone. |
Core | GA |
az network private-dns record-set ptr remove-record |
Remove a PTR record from its record set. |
Core | GA |
az network private-dns record-set ptr show |
Get the details of a PTR record set. |
Core | GA |
az network private-dns record-set ptr update |
Update a PTR record set. |
Core | GA |
az network private-dns record-set soa |
Manage Private DNS SOA record. |
Core | GA |
az network private-dns record-set soa show |
Get the details of an SOA record. |
Core | GA |
az network private-dns record-set soa update |
Update properties of an SOA record. |
Core | GA |
az network private-dns record-set srv |
Manage Private DNS SRV records. |
Core | GA |
az network private-dns record-set srv add-record |
Add an SRV record. |
Core | GA |
az network private-dns record-set srv create |
Create an empty SRV record set. |
Core | GA |
az network private-dns record-set srv delete |
Delete an SRV record set and all associated records. |
Core | GA |
az network private-dns record-set srv list |
List all SRV record sets in a zone. |
Core | GA |
az network private-dns record-set srv remove-record |
Remove an SRV record from its record set. |
Core | GA |
az network private-dns record-set srv show |
Get the details of an SRV record set. |
Core | GA |
az network private-dns record-set srv update |
Update an SRV record set. |
Core | GA |
az network private-dns record-set txt |
Manage Private DNS TXT records. |
Core | GA |
az network private-dns record-set txt add-record |
Add a TXT record. |
Core | GA |
az network private-dns record-set txt create |
Create an empty TXT record set. |
Core | GA |
az network private-dns record-set txt delete |
Delete a TXT record set and all associated records. |
Core | GA |
az network private-dns record-set txt list |
List all TXT record sets in a zone. |
Core | GA |
az network private-dns record-set txt remove-record |
Remove a TXT record from its record set. |
Core | GA |
az network private-dns record-set txt show |
Get the details of a TXT record set. |
Core | GA |
az network private-dns record-set txt update |
Update a TXT record set. |
Core | GA |
az network private-dns record-set list
List all record sets within a Private DNS zone.
az network private-dns record-set list --resource-group
--zone-name
[--max-items]
[--next-token]
Examples
List all "@" record sets within this zone.
az network private-dns record-set list -g MyResourceGroup -z www.mysite.com --query "[?name=='@']"
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Private DNS zone (without a terminating dot).
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI