IJobScheduleOperations.CreateAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Créez une planification de travail. (voir http://aka.ms/azureautomationsdk/jobscheduleoperations pour plus d’informations)
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse> CreateAsync (string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : string * Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse>
Public Function CreateAsync (automationAccount As String, parameters As JobScheduleCreateParameters, cancellationToken As CancellationToken) As Task(Of JobScheduleCreateResponse)
Paramètres
- automationAccount
- String
Nom du compte Automation.
- parameters
- JobScheduleCreateParameters
Paramètres fournis à l’opération de planification de création de travaux.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Modèle de réponse pour l’opération de planification de création de travaux.
S’applique à
Azure SDK for .NET