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
operations
Type: Microsoft.WindowsAzure.Management.Automation.ITestJobOperationsReference to the Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
automationAccount
Type: System.StringRequired. The automation account name.
parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParametersRequired. 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.
See Also
TestJobOperationsExtensions Class
Microsoft.WindowsAzure.Management.Automation Namespace
Return to top