Share via


JobStreamOperationsExtensions.ListTestJobStreams Method (IJobStreamOperations, String, String, JobStreamListParameters)

 

Retrieve a list of test job streams identified by runbook name. (see https://aka.ms/azureautomationsdk/jobstreamoperations for more information)

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

Syntax

public static JobStreamListResponse ListTestJobStreams(
    this IJobStreamOperations operations,
    string automationAccount,
    string runbookName,
    JobStreamListParameters parameters
)
public:
[ExtensionAttribute]
static JobStreamListResponse^ ListTestJobStreams(
    IJobStreamOperations^ operations,
    String^ automationAccount,
    String^ runbookName,
    JobStreamListParameters^ parameters
)
static member ListTestJobStreams : 
        operations:IJobStreamOperations *
        automationAccount:string *
        runbookName:string *
        parameters:JobStreamListParameters -> JobStreamListResponse
<ExtensionAttribute>
Public Shared Function ListTestJobStreams (
    operations As IJobStreamOperations,
    automationAccount As String,
    runbookName As String,
    parameters As JobStreamListParameters
) As JobStreamListResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

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

The response model for the list job stream operation.

See Also

JobStreamOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top