Partager via


JobScheduleOperationsExtensions.Disable Méthode

Définition

Désactive une planification de travail.

public static Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableHeaders Disable (this Microsoft.Azure.Batch.Protocol.IJobScheduleOperations operations, string jobScheduleId, Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableOptions jobScheduleDisableOptions = default);
static member Disable : Microsoft.Azure.Batch.Protocol.IJobScheduleOperations * string * Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableOptions -> Microsoft.Azure.Batch.Protocol.Models.JobScheduleDisableHeaders
<Extension()>
Public Function Disable (operations As IJobScheduleOperations, jobScheduleId As String, Optional jobScheduleDisableOptions As JobScheduleDisableOptions = Nothing) As JobScheduleDisableHeaders

Paramètres

operations
IJobScheduleOperations

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

jobScheduleId
String

ID de la planification du travail à désactiver.

jobScheduleDisableOptions
JobScheduleDisableOptions

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

Retours

Remarques

Aucune tâche n’est créée tant que la planification des travaux n’est pas à nouveau activée.

S’applique à