JobStreamOperationsExtensions.GetTestJobStream 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 test job streams identified by runbook name and stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse GetTestJobStream (this Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations operations, string automationAccount, string runbookName, string jobStreamId);
static member GetTestJobStream : Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations * string * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function GetTestJobStream (operations As IJobStreamOperations, automationAccount As String, runbookName As String, jobStreamId As String) As JobStreamGetResponse
Parameters
- operations
- IJobStreamOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations.
- automationAccount
- String
Required. The automation account name.
- runbookName
- String
Required. The runbook name.
- jobStreamId
- String
Required. The job stream id.
Returns
The response model for the get job stream operation.