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 |
az iot central app private-link-resource list
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]
Examples
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
Optional Parameters
ID of the resource.
IoT Central application name.
Name of resource group. If provided, --name and --type must be provided too.
Type of the resource. If provided, --name and --resource-group must be provided too.
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 iot central app private-link-resource show
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]
Examples
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
Optional Parameters
Name of the private link resource. If provided, --name and --type must be provided too.
ID of the resource.
Name of the resource. If provided, --type and --resource-group must be provided too.
Name of resource group. If provided, --name and --type must be provided too.
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.