az spring component instance

참고 항목

이 참조는 Azure CLI(버전 2.56.0 이상)에 대한 스프링 확장의 일부입니다. az spring component instance 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.

(엔터프라이즈 계층에만 해당) 관리되는 구성 요소의 인스턴스를 처리하는 명령입니다.

명령

Name Description 형식 상태
az spring component instance list

(엔터프라이즈 계층에만 해당) Azure Spring Apps 인스턴스에서 특정 관리되는 구성 요소의 사용 가능한 모든 인스턴스를 나열합니다.

내선 번호 GA

az spring component instance list

(엔터프라이즈 계층에만 해당) Azure Spring Apps 인스턴스에서 특정 관리되는 구성 요소의 사용 가능한 모든 인스턴스를 나열합니다.

az spring component instance list --component
                                  --resource-group
                                  --service

예제

Spring Cloud Gateway의 Spring-cloud-gateway에 대한 인스턴스 나열

az spring component instance list --component spring-cloud-gateway --service MyAzureSpringAppsInstance --resource-group MyResourceGroup

Spring Cloud Gateway의 Spring-cloud-gateway-operator에 대한 인스턴스 나열

az spring component instance list --component spring-cloud-gateway-operator --service MyAzureSpringAppsInstance --resource-group MyResourceGroup

필수 매개 변수

--component -c

구성 요소의 이름입니다. 명령 az spring component list에서 구성 요소를 찾습니다.

--resource-group -g

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

--service -s

Azure Spring Apps 인스턴스의 이름으로, az configure --defaults spring=를 사용하여 기본 서비스를 구성할 수 있습니다.

전역 매개 변수
--debug

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

--help -h

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

--only-show-errors

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

--output -o

출력 형식입니다.

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

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

--subscription

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

--verbose

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