az eventgrid domain private-endpoint-connection
Note
This reference is part of the eventgrid extension for the Azure CLI (version 2.51.0 or higher). The extension will automatically install the first time you run an az eventgrid domain private-endpoint-connection command. Learn more about extensions.
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage private endpoint connection resources of a domain.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid domain private-endpoint-connection approve |
Approve a private endpoint connection request for a domain. |
Extension | Preview |
az eventgrid domain private-endpoint-connection delete |
Delete a private endpoint connection for a domain. |
Extension | Preview |
az eventgrid domain private-endpoint-connection list |
List the properties of all the private endpoint connections for a domain. |
Extension | Preview |
az eventgrid domain private-endpoint-connection reject |
Reject a private endpoint connection request for a domain. |
Extension | Preview |
az eventgrid domain private-endpoint-connection show |
Display the properties of a private endpoint connection for a domain. |
Extension | Preview |
az eventgrid domain private-endpoint-connection approve
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Approve a private endpoint connection request for a domain.
az eventgrid domain private-endpoint-connection approve --domain-name
--name
--resource-group
[--description]
Examples
Approve a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection approve -g rg1 --domain-name domain1 -n domain1-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99 --description "Sample approval description"
Required Parameters
Name of the domain.
Name of the private endpoint connection.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Comments for the approval.
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.
az eventgrid domain private-endpoint-connection delete
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection delete [--domain-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Delete private endpoint connection for a specific domain.
az eventgrid domain private-endpoint-connection delete -g rg1 --domain-name domain1 -n connectionName1
Optional Parameters
Name of the domain.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the private endpoint connection.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.
az eventgrid domain private-endpoint-connection list
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List the properties of all the private endpoint connections for a domain.
az eventgrid domain private-endpoint-connection list --name
--resource-group
Examples
List a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection list -g rg1 -n domain1
Required Parameters
Name of the domain.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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.
az eventgrid domain private-endpoint-connection reject
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Reject a private endpoint connection request for a domain.
az eventgrid domain private-endpoint-connection reject --domain-name
--name
--resource-group
[--description]
Examples
Reject a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection reject -g rg1 --domain-name domain1 -n domain1-PrivateEndpoint.6d90cf76-a022-452c-9994-6dac62a50c99 --description "Sample rejection description"
Required Parameters
Name of the domain.
Name of the private endpoint connection.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Comments for the rejection.
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.
az eventgrid domain private-endpoint-connection show
Command group 'az eventgrid' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Display the properties of a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection show [--domain-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Show a private endpoint connection for a domain.
az eventgrid domain private-endpoint-connection show -g rg1 --domain-name domain1 -n connectionName1
Optional Parameters
Name of the domain.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the private endpoint connection.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.