JobStreamOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse> GetTestJobStreamAsync (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, string runbookName, string jobStreamId);
static member GetTestJobStreamAsync : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse>
<Extension()>
Public Function GetTestJobStreamAsync (operations As IJobStreamOperations, automationAccount As String, runbookName As String, jobStreamId As String) As Task(Of JobStreamGetResponse)

Parameters

operations
IJobStreamOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.

automationAccount
String

Required. The automation account name.

runbookName
String

Required. The runbook name.

jobStreamId
String

Required. The job stream id.

Returns

The response model for the get job stream operation.

Applies to