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

List the private link resources supported for a Key Vault/HSM.

az keyvault private-link-resource list [--hsm-name]
                                       [--resource-group]
                                       [--vault-name]

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
--hsm-name

Name of the HSM. (--hsm-name and --name/-n are mutually exclusive, please specify just one of them).

--resource-group -g

Proceed only if Key Vault belongs to the specified resource group.

--vault-name

Name of the Vault.

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.