az storage account private-link-resource
Manage storage account private link resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az storage account private-link-resource list |
Get the private link resources that need to be created for a storage account. |
Core | Preview |
az storage account private-link-resource list
This command is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the private link resources that need to be created for a storage account.
az storage account private-link-resource list --account-name
--resource-group
Examples
Get the private link resources that need to be created for a storage account.
az storage account private-link-resource list --account-name mystorageaccount -g MyResourceGroup
Required Parameters
The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. Required.
Name of 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.