Partager via


JobScheduleOperationsExtensions.Patch Méthode

Définition

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

public static Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchHeaders Patch (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter jobSchedulePatchParameter, Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions jobSchedulePatchOptions = default);
static member Patch : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchParameter * Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchOptions -> Microsoft.Azure.Batch.Protocol.Models.JobSchedulePatchHeaders
<Extension()>
Public Function Patch (operations As IJobScheduleOperations, jobScheduleId As String, jobSchedulePatchParameter As JobSchedulePatchParameter, Optional jobSchedulePatchOptions As JobSchedulePatchOptions = Nothing) As 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 requête.

jobSchedulePatchOptions
JobSchedulePatchOptions

Paramètres supplémentaires pour l’opération

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 requête, le service Batch conserve la planification existante. Les modifications apportées à une planification de travail 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 à