Get-AzureRemoteAppOperationResult
擷取 Azure RemoteApp 作業的結果。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Get-AzureRemoteAppOperationResult
[-TrackingId] <String>
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureRemoteAppOperationResult Cmdlet 會擷取長時間執行的 Azure RemoteApp 作業結果。 Azure RemoteApp 會針對需要服務處理且無法立即傳回的許多動作使用長時間執行的作業。 傳回追蹤標識符的 Cmdlet 範例包括 Update-AzureRemoteAppCollection、Set-AzureRemoteAppWorkspace、Disconnect-AzureRemoteAppSession 等。
範例
範例 1:使用追蹤標識碼來取得作業結果
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 作業傳回的追蹤標識碼。 追蹤標識碼會在下列命令中傳遞至 Get-AzureRemoteAppOperationResult 。
參數
-Profile
指定此 Cmdlet 從中讀取的 Azure 設定檔。 如果您未指定設定檔,此 Cmdlet 會從本機預設配置檔讀取。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-TrackingId
指定作業的追蹤識別碼。
類型: | String |
Position: | 1 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |