az eventgrid topic private-link-resource
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 topic private-link-resource 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 link resource of a topic.
Commands
Name | Description | Type | Status |
---|---|---|---|
az eventgrid topic private-link-resource list |
List the properties of all the private link resources for a topic. |
Extension | Preview |
az eventgrid topic private-link-resource show |
Display the properties of a private link resource for a topic. |
Extension | Preview |
az eventgrid topic private-link-resource 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 link resources for a topic.
az eventgrid topic private-link-resource list --resource-group
--topic-name
Examples
Show a private endpoint connection for a topic.
az eventgrid topic private-link-resource list -g rg1 --topic-name topic1
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the topic.
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 topic private-link-resource 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 link resource for a topic.
az eventgrid topic private-link-resource show [--ids]
[--name]
[--resource-group]
[--subscription]
[--topic-name]
Examples
Show a private endpoint connection for a topic.
az eventgrid topic private-link-resource show -g rg1 --topic-name topic1 -n topic
Optional Parameters
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 link resource.
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
.
Name of the topic.
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.