Partager via


JobOperationsExtensions.CreateAsync Méthode

Définition

Crée un travail, ce qui permet au service de générer un ID de travail. Utilisez CreateOrUpdate si un ID de travail choisi par l’utilisateur est requis.

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

Paramètres

operations
IJobOperations

Référence à Microsoft.WindowsAzure.Scheduler.IJobOperations.

parameters
JobCreateParameters

Obligatoire. Paramètres spécifiant la définition de travail pour une opération Créer un travail.

Retours

Réponse de l’opération Créer un travail.

S’applique à