TestJobOperationsExtensions.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a test job of the runbook. (see http://aka.ms/azureautomationsdk/testjoboperations for more information)
public static Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.ITestJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.ITestJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.TestJobCreateResponse
<Extension()>
Public Function Create (operations As ITestJobOperations, automationAccount As String, parameters As TestJobCreateParameters) As TestJobCreateResponse
Parameters
- operations
- ITestJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.ITestJobOperations.
- automationAccount
- String
Required. The automation account name.
- parameters
- TestJobCreateParameters
Required. The parameters supplied to the create test job operation.
Returns
The response model for the create test job operation.