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

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

<ExtensionAttribute>
Public Shared Function GetAsync (
	operations As IJobStreamOperations,
	automationAccount As String,
	jobId As Guid,
	jobStreamId As String
) As Task(Of JobStreamGetResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations

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

automationAccount
Type: System.String

Required. The automation account name.

jobId
Type: System.Guid

Required. The job id.

jobStreamId
Type: System.String

Required. The job stream id.

Return Value

Type: System.Threading.Tasks.Task(Of JobStreamGetResponse)

The response model for the get job stream operation.

Return to top
Show: