az horizondb private-endpoint-connection
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-endpoint-connection command. Learn more about extensions.
Manage HorizonDB private endpoint connections.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az horizondb private-endpoint-connection approve |
Approve a HorizonDB private endpoint connection. |
Extension | GA |
| az horizondb private-endpoint-connection delete |
Delete a HorizonDB private endpoint connection. |
Extension | GA |
| az horizondb private-endpoint-connection list |
List private endpoint connections for a HorizonDB cluster. |
Extension | GA |
| az horizondb private-endpoint-connection reject |
Reject a HorizonDB private endpoint connection. |
Extension | GA |
| az horizondb private-endpoint-connection show |
Show details of a HorizonDB private endpoint connection. |
Extension | GA |
az horizondb private-endpoint-connection approve
Approve a HorizonDB private endpoint connection.
az horizondb private-endpoint-connection approve --description
[--acquire-policy-token]
[--change-reference]
[--cluster-name]
[--id]
[--name]
[--resource-group]
Examples
Approve a private endpoint connection by cluster and connection name.
az horizondb private-endpoint-connection approve --resource-group exampleresourcegroup --cluster-name examplecluster --name exampleconnection --description "Approved"
Approve a private endpoint connection by resource ID.
az horizondb private-endpoint-connection approve --id /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.HorizonDb/clusters/{clusterName}/privateEndpointConnections/{connectionName} --description "Approved"
Required Parameters
Comments for the approval or rejection.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
The resource ID of the private endpoint connection associated with the HorizonDB cluster. If specified --cluster-name/-c and --name/-n, this should be omitted.
The name of the private endpoint connection associated with the HorizonDB cluster. Required if --id is not specified.
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-endpoint-connection delete
Delete a HorizonDB private endpoint connection.
az horizondb private-endpoint-connection delete [--acquire-policy-token]
[--change-reference]
[--cluster-name]
[--id]
[--name]
[--resource-group]
Examples
Delete a private endpoint connection by cluster and connection name.
az horizondb private-endpoint-connection delete --resource-group exampleresourcegroup --cluster-name examplecluster --name exampleconnection
Delete a private endpoint connection by resource ID.
az horizondb private-endpoint-connection delete --id /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.HorizonDb/clusters/{clusterName}/privateEndpointConnections/{connectionName}
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
The resource ID of the private endpoint connection associated with the HorizonDB cluster. If specified --cluster-name/-c and --name/-n, this should be omitted.
The name of the private endpoint connection associated with the HorizonDB cluster. Required if --id is not specified.
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-endpoint-connection list
List private endpoint connections for a HorizonDB cluster.
az horizondb private-endpoint-connection list --cluster-name
--resource-group
Examples
List private endpoint connections for a HorizonDB cluster.
az horizondb private-endpoint-connection 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-endpoint-connection reject
Reject a HorizonDB private endpoint connection.
az horizondb private-endpoint-connection reject --description
[--acquire-policy-token]
[--change-reference]
[--cluster-name]
[--id]
[--name]
[--resource-group]
Examples
Reject a private endpoint connection by cluster and connection name.
az horizondb private-endpoint-connection reject --resource-group exampleresourcegroup --cluster-name examplecluster --name exampleconnection --description "Rejected"
Reject a private endpoint connection by resource ID.
az horizondb private-endpoint-connection reject --id /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.HorizonDb/clusters/{clusterName}/privateEndpointConnections/{connectionName} --description "Rejected"
Required Parameters
Comments for the approval or rejection.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
The resource ID of the private endpoint connection associated with the HorizonDB cluster. If specified --cluster-name/-c and --name/-n, this should be omitted.
The name of the private endpoint connection associated with the HorizonDB cluster. Required if --id is not specified.
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-endpoint-connection show
Show details of a HorizonDB private endpoint connection.
az horizondb private-endpoint-connection show [--cluster-name]
[--id]
[--name]
[--resource-group]
Examples
Show a private endpoint connection by cluster and connection name.
az horizondb private-endpoint-connection show --resource-group exampleresourcegroup --cluster-name examplecluster --name exampleconnection
Show a private endpoint connection by resource ID.
az horizondb private-endpoint-connection show --id /subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.HorizonDb/clusters/{clusterName}/privateEndpointConnections/{connectionName}
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Name of the cluster. The name can contain only lowercase letters, numbers, and the hyphen (-) character. Minimum 3 characters and maximum 63 characters.
The resource ID of the private endpoint connection associated with the HorizonDB cluster. If specified --cluster-name/-c and --name/-n, this should be omitted.
The name of the private endpoint connection associated with the HorizonDB cluster. Required if --id is not specified.
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 |