JobScheduleOperationsExtensions.Patch 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 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 à
Azure SDK for .NET