az horizondb private-link-resource
Note
This reference is part of the horizondb extension for the Azure CLI (version 2.17.1 or higher). The extension will automatically install the first time you run an az horizondb private-link-resource command. Learn more about extensions.
Manage HorizonDB private link resources.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az horizondb private-link-resource list |
List private link resources for a HorizonDB cluster. |
Extension | GA |
| az horizondb private-link-resource show |
Show details of a HorizonDB private link resource. |
Extension | GA |
az horizondb private-link-resource list
List private link resources for a HorizonDB cluster.
az horizondb private-link-resource list --cluster-name
--resource-group
Examples
List private link resources for a HorizonDB cluster.
az horizondb private-link-resource list --resource-group exampleresourcegroup --cluster-name examplecluster
Required Parameters
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
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.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |
az horizondb private-link-resource show
Show details of a HorizonDB private link resource.
az horizondb private-link-resource show --cluster-name
--group-name
--resource-group
Examples
Show a private link resource by group name.
az horizondb private-link-resource show --resource-group exampleresourcegroup --cluster-name examplecluster --group-name DefaultPool
Required Parameters
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
The private link resource group name. For HorizonDB this is the pool name, for example DefaultPool.
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.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
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.
| Property | Value |
|---|---|
| Default value: | False |