az network private-dns record-set soa
Manage Private DNS SOA record.
Commands
az network private-dns record-set soa show |
Get the details of an SOA record. |
az network private-dns record-set soa update |
Update properties of an SOA record. |
az network private-dns record-set soa show
Get the details of an SOA record.
az network private-dns record-set soa show --resource-group
--zone-name
Examples
Get the details of an SOA record.
az network private-dns record-set soa show -g MyResourceGroup -z www.mysite.com
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Private DNS zone.
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.
Increase logging verbosity. Use --debug for full debug logs.
az network private-dns record-set soa update
Update properties of an SOA record.
az network private-dns record-set soa update --resource-group
--zone-name
[--email]
[--expire-time]
[--minimum-ttl]
[--refresh-time]
[--retry-time]
[--serial-number]
Examples
Update properties of an SOA record.
az network private-dns record-set soa update -g MyResourceGroup -z www.mysite.com \
-e myhostmaster.mysite.com
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the Private DNS zone.
Optional Parameters
Email address.
Expire time (seconds).
Minimum TTL (time-to-live, seconds).
Refresh value (seconds).
Retry time (seconds).
Serial number.
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.
Increase logging verbosity. Use --debug for full debug logs.