■ Get-AzVMImageOffer 명령을 사용해 이미지 제안 리스트를 구하는 방법을 보여준다.
▶ 실행 명령
1 2 3 4 5 6 7 8 |
Get-AzVMImageOffer ` -Location EastUS ` -PublisherName MicrosoftWindowsServer ※ EastUS : 지역명 MicrosoftWindowsServer : 공급자명 |
■ Get-AzVMImageOffer 명령을 사용해 이미지 제안 리스트를 구하는 방법을 보여준다.
▶ 실행 명령
1 2 3 4 5 6 7 8 |
Get-AzVMImageOffer ` -Location EastUS ` -PublisherName MicrosoftWindowsServer ※ EastUS : 지역명 MicrosoftWindowsServer : 공급자명 |