az keyvault private-link-resource
Manage vault/HSM private link resources.
Commands
Name | Description | Type | Status |
---|---|---|---|
az keyvault private-link-resource list |
List the private link resources supported for a Key Vault/HSM. |
Core | GA |
az keyvault private-link-resource list
List the private link resources supported for a Key Vault/HSM.
az keyvault private-link-resource list [--hsm-name]
[--resource-group]
[--vault-name]
Examples
Get the private link resources that need to be created for a Key Vault.
az keyvault private-link-resource list --vault-name mykv
Get the private link resources that need to be created for a HSM.
az keyvault private-link-resource list --hsm-name myhsm
Optional Parameters
Name of the HSM. (--hsm-name and --name/-n are mutually exclusive, please specify just one of them).
Proceed only if Key Vault belongs to the specified resource group.
Name of the Vault.
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.