az postgres arc-server endpoint

Note

This reference is part of the arcdata extension for the Azure CLI (version 2.3.1 or higher). The extension will automatically install the first time you run an az postgres arc-server endpoint command. Learn more about extensions.

Manage Azure Arc enabled PostgreSQL Hyperscale server group endpoints.

Commands

az postgres arc-server endpoint list

List Azure Arc enabled PostgreSQL Hyperscale server group endpoints.

az postgres arc-server endpoint list

List Azure Arc enabled PostgreSQL Hyperscale server group endpoints.

az postgres arc-server endpoint list [--k8s-namespace]
                                     [--name]
                                     [--use-k8s]

Examples

List Azure Arc enabled PostgreSQL Hyperscale server group endpoints.

az postgres arc-server endpoint list --name postgres01  --k8s-namespace namespace --use-k8s

Optional Parameters

--k8s-namespace -k

The Kubernetes namespace where the Azure Arc enabled PostgreSQL Hyperscale server group is deployed. If no namespace is specified, then the namespace defined in the kubeconfig will be used.

--name -n

Name of the Azure Arc enabled PostgreSQL Hyperscale server group.

--use-k8s

Use local Kubernetes APIs to perform this action.