Freigeben über


PoolOperations.DisableComputeNodeScheduling Methode

Definition

Deaktiviert die Aufgabenplanung auf dem angegebenen Computeknoten.

public void DisableComputeNodeScheduling (string poolId, string computeNodeId, Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption? disableComputeNodeSchedulingOption, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default);
member this.DisableComputeNodeScheduling : string * string * Nullable<Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption> * seq<Microsoft.Azure.Batch.BatchClientBehavior> -> unit
Public Sub DisableComputeNodeScheduling (poolId As String, computeNodeId As String, disableComputeNodeSchedulingOption As Nullable(Of DisableComputeNodeSchedulingOption), Optional additionalBehaviors As IEnumerable(Of BatchClientBehavior) = Nothing)

Parameter

poolId
String

Die ID des Pools.

computeNodeId
String

Die ID des Computeknotens.

disableComputeNodeSchedulingOption
Nullable<DisableComputeNodeSchedulingOption>

Gibt an, was mit derzeit ausgeführten Aufgaben zu tun ist. Der Standardwert ist Requeue.

additionalBehaviors
IEnumerable<BatchClientBehavior>

Eine Auflistung von BatchClientBehavior Instanzen, die auf die Batch-Dienstanforderung nach CustomBehaviorsangewendet werden.

Hinweise

Dies ist ein blockierende Vorgang. Eine nicht blockierende Entsprechung finden Sie unter DisableComputeNodeSchedulingAsync(String, String, Nullable<DisableComputeNodeSchedulingOption>, IEnumerable<BatchClientBehavior>, CancellationToken).

Gilt für: