IJobStreamOperations.GetAsync(String, Guid, String, CancellationToken) Method

Definition

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetAsync (string automationAccount, Guid jobId, string jobStreamId, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * Guid * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
Public Function GetAsync (automationAccount As String, jobId As Guid, jobStreamId As String, cancellationToken As CancellationToken) As Task(Of JobStreamGetResponse)

Parameters

automationAccount
String

The automation account name.

jobId
Guid

The job id.

jobStreamId
String

The job stream id.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get job stream operation.

Applies to