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