Partager via


JobOperationsExtensions.CreateAsync Méthode

Définition

Créez un travail du runbook. (voir http://aka.ms/azureautomationsdk/joboperations pour plus d’informations)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IJobOperations, automationAccount As String, parameters As JobCreateParameters) As Task(Of JobCreateResponse)

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Management.Automation.IJobOperations.

automationAccount
String

Obligatoire. Nom du compte Automation.

parameters
JobCreateParameters

Obligatoire. Paramètres fournis à l’opération de création du travail.

Retours

Modèle de réponse pour l’opération de création d’un travail.

S’applique à