az network private-endpoint dns-zone-group
Manage private endpoint dns zone group.
Commands
az network private-endpoint dns-zone-group add |
Add a private endpoint dns zone into a dns zone group. |
az network private-endpoint dns-zone-group create |
Create a private endpoint dns zone group. |
az network private-endpoint dns-zone-group delete |
Delete a private endpoint dns zone group. |
az network private-endpoint dns-zone-group list |
List all private endpoint dns zone groups. |
az network private-endpoint dns-zone-group remove |
Remove a private endpoint dns zone into a dns zone group. |
az network private-endpoint dns-zone-group show |
Show a private endpoint dns zone group. |
az network private-endpoint dns-zone-group add
Add a private endpoint dns zone into a dns zone group.
az network private-endpoint dns-zone-group add --endpoint-name
--name
--private-dns-zone
--resource-group
--zone-name
[--subscription]
Examples
Add a private endpoint dns zone group.
az network private-endpoint dns-zone-group add --endpoint-name MyPE -g MyRG -n MyZoneGroup --zone-name Zone1 --private-dns-zone PrivateDNSZone1
Required Parameters
Name of the private endpoint.
Name of the private dns zone group.
Name or ID of the private dns zone.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the private dns zone.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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-endpoint dns-zone-group create
Create a private endpoint dns zone group.
az network private-endpoint dns-zone-group create --endpoint-name
--name
--private-dns-zone
--resource-group
--zone-name
[--subscription]
Examples
Create a private endpoint dns zone group.
az network private-endpoint dns-zone-group create --endpoint-name MyPE -g MyRG -n MyZoneGroup --zone-name Zone1 --private-dns-zone PrivateDNSZone1
Required Parameters
Name of the private endpoint.
Name of the private dns zone group.
Name or ID of the private dns zone.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the private dns zone.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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-endpoint dns-zone-group delete
Delete a private endpoint dns zone group.
az network private-endpoint dns-zone-group delete --endpoint-name
--name
--resource-group
[--subscription]
Examples
Delete a private endpoint dns zone group. (autogenerated)
az network private-endpoint dns-zone-group delete --endpoint-name MyEndpoint --name MyPrivateDnsZoneGroup --resource-group MyResourceGroup
Required Parameters
Name of the private endpoint.
Name of the private dns zone group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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-endpoint dns-zone-group list
List all private endpoint dns zone groups.
az network private-endpoint dns-zone-group list --endpoint-name
--resource-group
[--query-examples]
[--subscription]
Examples
List all private endpoint dns zone groups. (autogenerated)
az network private-endpoint dns-zone-group list --endpoint-name MyEndpoint --resource-group MyResourceGroup
Required Parameters
Name of the private endpoint.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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-endpoint dns-zone-group remove
Remove a private endpoint dns zone into a dns zone group.
az network private-endpoint dns-zone-group remove --endpoint-name
--name
--resource-group
--zone-name
[--subscription]
Examples
Remove a private endpoint dns zone group.
az network private-endpoint dns-zone-group remove --endpoint-name MyPE -g MyRG -n MyZoneGroup --zone-name Zone1
Required Parameters
Name of the private endpoint.
Name of the private dns zone group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the private dns zone.
Optional Parameters
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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-endpoint dns-zone-group show
Show a private endpoint dns zone group.
az network private-endpoint dns-zone-group show --endpoint-name
--name
--resource-group
[--query-examples]
[--subscription]
Examples
Show a private endpoint dns zone group. (autogenerated)
az network private-endpoint dns-zone-group show --endpoint-name MyEndpoint --name MyPrivateDnsZoneGroup --resource-group MyResourceGroup
Required Parameters
Name of the private endpoint.
Name of the private dns zone group.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.