az dt network private-link
Note
This reference is part of the azure-iot extension for the Azure CLI (version 2.46.0 or higher). The extension will automatically install the first time you run an az dt network private-link command. Learn more about extensions.
Manage Digital Twins instance private-link operations.
Commands
Name | Description | Type | Status |
---|---|---|---|
az dt network private-link list |
List private-links associated with the Digital Twins instance. |
Extension | GA |
az dt network private-link show |
Show a private-link associated with the instance. |
Extension | GA |
az dt network private-link list
List private-links associated with the Digital Twins instance.
az dt network private-link list --dt-name
[--resource-group]
Examples
List all private-links associated with the instance.
az dt network private-link list -n {instance_name}
Required Parameters
Digital Twins instance name.
Optional Parameters
Digital Twins instance 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 dt network private-link show
Show a private-link associated with the instance.
az dt network private-link show --dt-name
--link-name
[--resource-group]
Examples
Show the private-link named "API" associated with the instance.
az dt network private-link show -n {instance_name} --link-name API
Required Parameters
Digital Twins instance name.
Private link name.
Optional Parameters
Digital Twins instance 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.