Partager via


IJobScheduleOperations.PatchWithHttpMessagesAsync Méthode

Définition

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.JobSchedulePatchHeaders>> PatchWithHttpMessagesAsync (string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter jobSchedulePatchParameter, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions jobSchedulePatchOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member PatchWithHttpMessagesAsync : string * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions * 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.JobSchedulePatchHeaders>>
Public Function PatchWithHttpMessagesAsync (jobScheduleId As String, jobSchedulePatchParameter As JobSchedulePatchParameter, Optional jobSchedulePatchOptions As JobSchedulePatchOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationHeaderResponse(Of JobSchedulePatchHeaders))

Paramètres

jobScheduleId
String

ID de la planification du travail à mettre à jour.

jobSchedulePatchParameter
JobSchedulePatchParameter

Paramètres de la demande.

jobSchedulePatchOptions
JobSchedulePatchOptions

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 uniquement les propriétés de planification de travail spécifiées dans la demande. Par exemple, si la propriété schedule n’est pas spécifiée avec cette demande, le service Batch conserve 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 à