다음을 통해 공유


az cosmosdb postgres configuration

PostgreSQL용 Azure Cosmos DB 구성을 관리합니다.

명령

Name Description 형식 상태
az cosmosdb postgres configuration coordinator

PostgreSQL용 Azure Cosmos DB 코디네이터 구성을 관리합니다.

핵심 GA
az cosmosdb postgres configuration coordinator show

코디네이터에 대한 구성 정보를 가져옵니다.

핵심 GA
az cosmosdb postgres configuration coordinator update

클러스터의 코디네이터 구성을 업데이트.

핵심 GA
az cosmosdb postgres configuration coordinator wait

조건이 충족될 때까지 CLI를 대기 상태로 유지합니다.

핵심 GA
az cosmosdb postgres configuration list

클러스터의 모든 구성을 나열합니다.

핵심 GA
az cosmosdb postgres configuration node

PostgreSQL용 Azure Cosmos DB 노드 구성을 관리합니다.

핵심 GA
az cosmosdb postgres configuration node show

작업자 노드에 대한 구성 정보를 가져옵니다.

핵심 GA
az cosmosdb postgres configuration node update

클러스터의 작업자 노드 구성을 업데이트.

핵심 GA
az cosmosdb postgres configuration node wait

조건이 충족될 때까지 CLI를 대기 상태로 유지합니다.

핵심 GA
az cosmosdb postgres configuration server

PostgreSQL용 Azure Cosmos DB 서버 구성을 관리합니다.

핵심 GA
az cosmosdb postgres configuration server list

클러스터에 있는 서버의 모든 구성을 나열합니다.

핵심 GA
az cosmosdb postgres configuration show

코디네이터 및 노드에 대한 구성 정보를 가져옵니다.

핵심 GA

az cosmosdb postgres configuration list

클러스터의 모든 구성을 나열합니다.

az cosmosdb postgres configuration list --cluster-name
                                        --resource-group

예제

클러스터의 구성 나열

az cosmosdb postgres configuration list --cluster-name "test-cluster" -g "testGroup" --subscription "ffffffff-ffff-ffff-ffff-ffffffffffff"

필수 매개 변수

--cluster-name

클러스터의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az cosmosdb postgres configuration show

코디네이터 및 노드에 대한 구성 정보를 가져옵니다.

az cosmosdb postgres configuration show [--cluster-name]
                                        [--configuration-name]
                                        [--ids]
                                        [--resource-group]
                                        [--subscription]

예제

구성 세부 정보 가져오기

az cosmosdb postgres configuration show -n "array-nulls" --cluster-name "test-cluster" -g "testGroup" --subscription "ffffffff-ffff-ffff-ffff-ffffffffffff"

선택적 매개 변수

--cluster-name

클러스터의 이름입니다.

--configuration-name --name -n

클러스터 구성의 이름입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--resource-group -g

리소스 그룹의 이름입니다. 를 사용하여 az configure --defaults group=<name>기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.