IJobStreamOperations.GetTestJobStreamAsync Method

Definition

Retrieve a test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

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

Parameters

automationAccount
String

The automation account name.

runbookName
String

The runbook name.

jobStreamId
String

The job stream id.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response model for the get job stream operation.

Applies to