az iot central app private-link-resource

Manage an IoT Central application private link resources.

Commands

Name Description Type Status
az iot central app private-link-resource list

List all of the IoT Central application private link resources in the specified account.

Core GA
az iot central app private-link-resource show

Show details of a private link resource in the specified IoT Central application.

Core GA

List all of the IoT Central application private link resources in the specified account.

az iot central app private-link-resource list [--id]
                                              [--name]
                                              [--resource-group]
                                              [--type]

List all of the private link resources in the IoT Central application given the resource group and application name.

az iot central app private-link-resource list -g MyResourceGroup --n my-iotc-app

List all of the private link resources in the IoT Central application given a connection id

az iot central app private-link-resource list --id PrivateLinkResourceID
--id

ID of the resource.

--name -n

IoT Central application name.

--resource-group -g

Name of resource group. If provided, --name and --type must be provided too.

--type

Type of the resource. If provided, --name and --resource-group must be provided too.

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 details of a private link resource in the specified IoT Central application.

az iot central app private-link-resource show [--group-id]
                                              [--id]
                                              [--name]
                                              [--resource-group]

Show details of the private link resources in the IoT Central application given the resource group application name and group id.

az iot central app private-link-resource show -g MyResourceGroup --n my-iotc-app --group-id iotApp

Show details of the private link resources in the IoT Central application given a connection id

az iot central app private-link-resource show --id PrivateLinkResourceID
--group-id

Name of the private link resource. If provided, --name and --type must be provided too.

--id

ID of the resource.

--name -n

Name of the resource. If provided, --type and --resource-group must be provided too.

--resource-group -g

Name of resource group. If provided, --name and --type must be provided too.

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.