JobScheduleOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse> CreateAsync (this Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters parameters);
static member CreateAsync : Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleCreateResponse>
<Extension()>
Public Function CreateAsync (operations As IJobScheduleOperations, automationAccount As String, parameters As JobScheduleCreateParameters) As Task(Of JobScheduleCreateResponse)
Paramètres
- operations
- IJobScheduleOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IJobScheduleOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- JobScheduleCreateParameters
Obligatoire. Paramètres fournis à l’opération de planification de création de travaux.
Retours
Modèle de réponse pour l’opération de planification de création de travaux.
S’applique à
Azure SDK for .NET