IJobOperations::GetOutputAsync Method (String^, Guid, CancellationToken)
Retrieve the job output identified by job id. (see http://aka.ms/azureautomationsdk/joboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Task<JobGetOutputResponse^>^ GetOutputAsync( String^ automationAccount, Guid jobId, CancellationToken cancellationToken )
Parameters
- automationAccount
-
Type:
System::String^
The automation account name.
- jobId
-
Type:
System::Guid
The job id.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<JobGetOutputResponse^>^The response model for the get job output operation.
Show: