Get-AzureRemoteAppOperationResult
Azure RemoteApp 작업의 결과를 검색합니다.
참고 항목
이 설명서에서 참조되는 cmdlet은 ASM(Azure Service Manager) API를 사용하는 레거시 Azure 리소스를 관리하기 위한 것입니다. 이 레거시 PowerShell 모듈은 ASM이 사용 중지될 예정이므로 새 리소스를 만들 때 권장되지 않습니다. 자세한 내용은 Azure Service Manager 사용 중지를 참조 하세요.
Az PowerShell 모듈은 PowerShell을 사용하여 ARM(Azure Resource Manager) 리소스를 관리하는 데 권장되는 PowerShell 모듈입니다.
구문
Get-AzureRemoteAppOperationResult
[-TrackingId] <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureRemoteAppOperationResult cmdlet은 장기 실행 Azure RemoteApp 작업의 결과를 검색합니다. Azure RemoteApp은 서비스에서 처리해야 하며 즉시 반환할 수 없는 많은 작업에 대해 장기 실행 작업을 사용합니다. 추적 ID를 반환하는 cmdlet의 예로는 Update-AzureRemoteAppCollection, Set-AzureRemoteAppWorkspace, Disconnect-AzureRemoteAppSession 등이 있습니다.
예제
예제 1: 추적 ID를 사용하여 작업 결과 가져오기
PS C:\> $result = New-AzureRemoteAppCollection -CollectionName Contoso -ImageName "Windows Server 2012 R2" -Plan Standard -Location "West US" -Description CloudOnly
PS C:\> Get-AzureRemoteAppOperationResult -TrackingId $result.Tracking
이 명령은 Azure RemoteApp 작업에서 반환된 추적 ID를 저장합니다. 추적 ID는 다음 명령에서 Get-AzureRemoteAppOperationResult에 전달됩니다.
매개 변수
-Profile
이 cmdlet이 읽는 Azure 프로필을 지정합니다. 프로필을 지정하지 않으면 이 cmdlet은 로컬 기본 프로필에서 읽습니다.
형식: | AzureSMProfile |
Position: | Named |
Default value: | None |
필수: | False |
파이프라인 입력 허용: | False |
와일드카드 문자 허용: | False |
-TrackingId
작업의 추적 ID를 지정합니다.
형식: | String |
Position: | 1 |
Default value: | None |
필수: | True |
파이프라인 입력 허용: | True |
와일드카드 문자 허용: | False |