az dt network private-link

Note

This reference is part of the azure-iot extension for the Azure CLI (version 2.37.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

List private-links associated with the Digital Twins instance.

az dt network private-link list --dt-name
                                [--resource-group]

List all private-links associated with the instance.

az dt network private-link list -n {instance_name}
--dt-name --dtn -n

Digital Twins instance name.

--resource-group -g

Digital Twins instance resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Show a private-link associated with the instance.

az dt network private-link show --dt-name
                                --link-name
                                [--resource-group]

Show the private-link named "API" associated with the instance.

az dt network private-link show -n {instance_name} --link-name API
--dt-name --dtn -n

Digital Twins instance name.

--link-name --ln

Private link name.

--resource-group -g

Digital Twins instance resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.