TestJobOperationsExtensions.Get(ITestJobOperations, String, String) Method

Definition

Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

public static Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, string runbookName);
static member Get : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponse
<Extension()>
Public Function Get (operations As ITestJobOperations, automationAccount As String, runbookName As String) As TestJobGetResponse

Parameters

operations
ITestJobOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.

automationAccount
String

Required. The automation account name.

runbookName
String

Required. The runbook name.

Returns

The response model for the get test job operation.

Applies to