Share via


TestJobOperationsExtensions.Create Method (ITestJobOperations, String, TestJobCreateParameters)

 

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

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

Syntax

public static TestJobCreateResponse Create(
    this ITestJobOperations operations,
    string automationAccount,
    TestJobCreateParameters parameters
)
public:
[ExtensionAttribute]
static TestJobCreateResponse^ Create(
    ITestJobOperations^ operations,
    String^ automationAccount,
    TestJobCreateParameters^ parameters
)
static member Create : 
        operations:ITestJobOperations *
        automationAccount:string *
        parameters:TestJobCreateParameters -> TestJobCreateResponse
<ExtensionAttribute>
Public Shared Function Create (
    operations As ITestJobOperations,
    automationAccount As String,
    parameters As TestJobCreateParameters
) As TestJobCreateResponse

Parameters

  • automationAccount
    Type: System.String

    Required. The automation account name.

Return Value

Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse

The response model for the create test job operation.

See Also

TestJobOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace

Return to top