TestJobStreamsOperationsExtensions.GetAsync Method

Definition

Retrieve a test job stream of the test job identified by runbook name and stream id. http://aka.ms/azureautomationsdk/jobstreamoperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream> GetAsync (this Microsoft.Azure.Management.Automation.ITestJobStreamsOperations operations, string resourceGroupName, string automationAccountName, string runbookName, string jobStreamId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ITestJobStreamsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.JobStream>
<Extension()>
Public Function GetAsync (operations As ITestJobStreamsOperations, resourceGroupName As String, automationAccountName As String, runbookName As String, jobStreamId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobStream)

Parameters

operations
ITestJobStreamsOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountName
String

The name of the automation account.

runbookName
String

The runbook name.

jobStreamId
String

The job stream id.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to