JobStreamOperationsExtensions.ListTestJobStreams 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 test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse ListTestJobStreams (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, string runbookName, Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters parameters);
static member ListTestJobStreams : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * string * Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListParameters -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse
<Extension()>
Public Function ListTestJobStreams (operations As IJobStreamOperations, automationAccount As String, runbookName As String, parameters As JobStreamListParameters) As JobStreamListResponse
Parameters
- operations
- IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Required. The automation account name.
- runbookName
- String
Required. The runbook name.
- 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.
Applies to
Azure SDK for .NET