TestJobOperationsExtensions.Get Method (ITestJobOperations, String, String)
Retrieve the test job for the specified runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static TestJobGetResponse Get( this ITestJobOperations operations, string automationAccount, string runbookName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.ITestJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- runbookName
-
Type:
System.String
Required. The runbook name.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJobGetResponseThe response model for the get test job operation.
Show: