JobOperationsExtensions.Create Method (IJobOperations, String, JobCreateParameters)
Create a job of the runbook. (see http://aka.ms/azureautomationsdk/joboperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
<ExtensionAttribute> Public Shared Function Create ( operations As IJobOperations, automationAccount As String, parameters As JobCreateParameters ) As JobCreateResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IJobOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IJobOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters
Required. The parameters supplied to the create job operation.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponseThe response model for the create job operation.
Show: