ScheduleOperationsExtensions.Create 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. (voir http://aka.ms/azureautomationsdk/scheduleoperations pour plus d’informations)
public static Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse Create (this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateParameters -> Microsoft.WindowsAzure.Management.Automation.Models.ScheduleCreateResponse
<Extension()>
Public Function Create (operations As IScheduleOperations, automationAccount As String, parameters As ScheduleCreateParameters) As ScheduleCreateResponse
Paramètres
- operations
- IScheduleOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- ScheduleCreateParameters
Obligatoire. Paramètres fournis à l’opération de création de planification.
Retours
Modèle de réponse pour l’opération de création de planification.
S’applique à
Azure SDK for .NET