TestJobOperationsExtensions::CreateAsync Method (ITestJobOperations^, String^, TestJobCreateParameters^)

 

Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public:
[ExtensionAttribute]
static Task<TestJobCreateResponse^>^ CreateAsync(
	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: System.Threading.Tasks::Task<TestJobCreateResponse^>^

The response model for the create test job operation.

Return to top
Show: