TestJobOperationsExtensions::Create Method (ITestJobOperations^, String^, TestJobCreateParameters^)
Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public: [ExtensionAttribute] static TestJobCreateResponse^ Create( ITestJobOperations^ operations, String^ automationAccount, TestJobCreateParameters^ parameters )
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.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models::TestJobCreateParameters^
Required. The parameters supplied to the create test job operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models::TestJobCreateResponse^The response model for the create test job operation.
Show: