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
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperationsReference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
automationAccount
Type: System.StringRequired. The automation account name.
runbookName
Type: System.StringRequired. The runbook name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParametersOptional. 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.
See Also
JobStreamOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top