Share via


az automation software-update-configuration machine-runs

참고 항목

이 참조는 Azure CLI(버전 2.55.0 이상)에 대한 자동화 확장의 일부입니다. 확장은 az automation software-update-configuration machine-runs 명령을 처음 실행할 때 자동으로 설치됩니다. 확장 프로그램에 대해 자세히 알아보세요.

소프트웨어 업데이트 구성 머신이 실행됩니다.

명령

Name Description 형식 상태
az automation software-update-configuration machine-runs list

소프트웨어 업데이트 구성 머신 실행을 나열합니다.

내선 번호 GA
az automation software-update-configuration machine-runs show

ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다.

내선 번호 GA

az automation software-update-configuration machine-runs list

소프트웨어 업데이트 구성 머신 실행을 나열합니다.

az automation software-update-configuration machine-runs list --automation-account-name
                                                              --resource-group

예제

자동화 계정으로 소프트웨어 업데이트 구성 컴퓨터 실행 나열

az automation software-update-configuration machine-runs list --automation-account-name                "myAutomationAccount" --resource-group "rg"

필수 매개 변수

--automation-account-name

자동화 계정의 이름입니다.

--resource-group -g

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

전역 매개 변수
--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를 사용합니다.

az automation software-update-configuration machine-runs show

ID로 실행되는 단일 소프트웨어 업데이트 구성 머신을 가져옵니다.

az automation software-update-configuration machine-runs show --automation-account-name
                                                              --resource-group
                                                              --software-update-configuration-machine-run-id

예제

ID별 software-update-configurations 컴퓨터 실행 나열

az automation software-update-configuration machine-runs show --automation-account-name                "myAutomationAccount" --resource-group "rg" --software-update-configuration-machine-run-id                "MyconfigurationMachineRunId"

필수 매개 변수

--automation-account-name

자동화 계정의 이름입니다.

--resource-group -g

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

--software-update-configuration-machine-run-id

소프트웨어 업데이트 구성 머신 실행의 ID입니다.

전역 매개 변수
--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를 사용합니다.