JobStreamOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse List (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, Guid jobId, Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters parameters);
static member List : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * Guid * Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse
<Extension()>
Public Function List (operations As IJobStreamOperations, automationAccount As String, jobId As Guid, parameters As JobStreamListParameters) As JobStreamListResponse
Parameters
- operations
- IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Required. The automation account name.
- jobId
- Guid
Required. The job Id.
- parameters
- JobStreamListParameters
Optional. The parameters supplied to the list job stream's stream items operation.
Returns
The response model for the list job stream operation.