Partager via


JobOperationsExtensions.Create Méthode

Définition

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

public static Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.IJobOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.IJobOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.JobCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.JobCreateResponse
<Extension()>
Public Function Create (operations As IJobOperations, automationAccount As String, parameters As JobCreateParameters) As 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 de travail.

Retours

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

S’applique à