Partager via


CloudJobSchedule.Disable(IEnumerable<BatchClientBehavior>) Méthode

Définition

Désactive ce CloudJobSchedule. Les planifications désactivées ne créent pas de nouveaux travaux, mais peuvent être réactivé ultérieurement.

public void Disable (System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.Disable : seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub Disable (Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Paramètres

additionalBehaviors
IEnumerable<BatchClientBehavior>

Collection d’instances BatchClientBehavior appliquées à la demande de service Batch après le CustomBehaviors.

Remarques

Il s’agit d’une opération bloquante. Pour un équivalent non bloquant, consultez DisableAsync(IEnumerable<BatchClientBehavior>, CancellationToken).

Pour réactiver la planification, appelez Enable(IEnumerable<BatchClientBehavior>).

S’applique à