JobStreamOperationsExtensions.List Method (IJobStreamOperations, String, Guid, JobStreamListParameters)

 

Retrieve a list of jobs streams identified by job 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 List (
	operations As IJobStreamOperations,
	automationAccount As String,
	jobId As Guid,
	parameters As JobStreamListParameters
) As JobStreamListResponse

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.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters

Optional. The parameters supplied to the list job stream's stream items operation.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse

The response model for the list job stream operation.

Return to top
Show: