IJobScheduleOperations.UpdateWithHttpMessagesAsync 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.
Mises à jour les propriétés de la planification de travail spécifiée.
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateHeaders>> UpdateWithHttpMessagesAsync (string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateParameter jobScheduleUpdateParameter, Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateOptions jobScheduleUpdateOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateParameter * Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.JobScheduleUpdateHeaders>>
Public Function UpdateWithHttpMessagesAsync (jobScheduleId As String, jobScheduleUpdateParameter As JobScheduleUpdateParameter, Optional jobScheduleUpdateOptions As JobScheduleUpdateOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationHeaderResponse(Of JobScheduleUpdateHeaders))
Paramètres
- jobScheduleId
- String
ID de la planification du travail à mettre à jour.
- jobScheduleUpdateParameter
- JobScheduleUpdateParameter
Paramètres de la demande.
- jobScheduleUpdateOptions
- JobScheduleUpdateOptions
Paramètres supplémentaires pour l’opération
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Exceptions
Levée lorsque l’opération a retourné un code de status non valide
Levée lorsqu’un paramètre obligatoire a la valeur Null
Remarques
Cela remplace entièrement toutes les propriétés pouvant être mises à jour de la planification des travaux. Par exemple, si la propriété schedule n’est pas spécifiée avec cette demande, le service Batch supprime la planification existante. Les modifications apportées à une planification des travaux ont uniquement un impact sur les travaux créés par la planification après la mise à jour ; Les travaux en cours d’exécution ne sont pas affectés.
S’applique à
Azure SDK for .NET