ScheduleOperationsExtensions.UpdateAsync 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.
Mettez à jour la planification identifiée par le nom de la planification. (voir http://aka.ms/azureautomationsdk/scheduleoperations pour plus d’informations)
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Automation.IScheduleOperations operations, string automationAccount, Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Automation.IScheduleOperations * string * Microsoft.WindowsAzure.Management.Automation.Models.ScheduleUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateAsync (operations As IScheduleOperations, automationAccount As String, parameters As ScheduleUpdateParameters) As Task(Of AzureOperationResponse)
Paramètres
- operations
- IScheduleOperations
Référence à Microsoft.WindowsAzure.Management.Automation.IScheduleOperations.
- automationAccount
- String
Obligatoire. Nom du compte Automation.
- parameters
- ScheduleUpdateParameters
Obligatoire. Paramètres fournis à l’opération de planification de mise à jour.
Retours
Réponse de service standard comprenant un code de status HTTP et un ID de requête.
S’applique à
Azure SDK for .NET