Partager via


JobScheduleOperationsExtensions.PatchAsync Méthode

Définition

Mises à jour les propriétés de la planification de travail spécifiée.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchHeaders> PatchAsync (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter jobSchedulePatchParameter, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions jobSchedulePatchOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member PatchAsync : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchHeaders>
<Extension()>
Public Function PatchAsync (operations As IJobScheduleOperations, jobScheduleId As String, jobSchedulePatchParameter As JobSchedulePatchParameter, Optional jobSchedulePatchOptions As JobSchedulePatchOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobSchedulePatchHeaders)

Paramètres

operations
IJobScheduleOperations

Groupe d’opérations pour cette méthode d’extension.

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

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 à