az guestconfig guest-configuration-hcrp-assignment-report

참고

이 참조는 Azure CLI 대한 guestconfig 확장의 일부이며 버전 2.3.1 이상이 필요합니다. az guestconfig guest-configuration-hcrp-assignment-report 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장에 대해 자세히 알아보세요.

Guestconfig guest-configuration-hcrp-assignment-report.

명령

az guestconfig guest-configuration-hcrp-assignment-report list

게스트 구성 할당에 대한 모든 보고서, 최신 보고서를 먼저 나열합니다.

az guestconfig guest-configuration-hcrp-assignment-report show

reportId를 통해 게스트 구성 할당에 대한 보고서를 가져옵니다.

az guestconfig guest-configuration-hcrp-assignment-report list

게스트 구성 할당에 대한 모든 보고서, 최신 보고서를 먼저 나열합니다.

az guestconfig guest-configuration-hcrp-assignment-report list --guest-configuration-assignment-name
                                                               --machine-name
                                                               --resource-group

예제

가상 머신에 대한 모든 게스트 구성 할당 나열

az guestconfig guest-configuration-hcrp-assignment-report list --guest-configuration-assignment-name "AuditSecureProtocol" --machine-name "myMachineName" --resource-group "myResourceGroupName"

필수 매개 변수

--guest-configuration-assignment-name

게스트 구성 할당 이름입니다.

--machine-name

ARC 컴퓨터의 이름입니다.

--resource-group -g

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

az guestconfig guest-configuration-hcrp-assignment-report show

reportId를 통해 게스트 구성 할당에 대한 보고서를 가져옵니다.

az guestconfig guest-configuration-hcrp-assignment-report show --guest-configuration-assignment-name
                                                               --machine-name
                                                               --report-id
                                                               --resource-group

예제

가상 머신에 대한 ID별 게스트 구성 할당 보고서 얻기

az guestconfig guest-configuration-hcrp-assignment-report show --guest-configuration-assignment-name "AuditSecureProtocol" --machine-name "myMachineName" --report-id "7367cbb8-ae99-47d0-a33b-a283564d2cb1" --resource-group "myResourceGroupName"

필수 매개 변수

--guest-configuration-assignment-name

게스트 구성 할당 이름입니다.

--machine-name

ARC 컴퓨터의 이름입니다.

--report-id

게스트 구성 할당 보고서의 GUID입니다.

--resource-group -g

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