اقرأ باللغة الإنجليزية

مشاركة عبر


ComputeNode.DisableSchedulingAsync Method

Definition

Disables task scheduling on the compute node.

public System.Threading.Tasks.Task DisableSchedulingAsync (Microsoft.Azure.Batch.Common.DisableComputeNodeSchedulingOption? disableComputeNodeSchedulingOption, System.Collections.Generic.IEnumerable<Microsoft.Azure.Batch.BatchClientBehavior> additionalBehaviors = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

disableComputeNodeSchedulingOption
Nullable<DisableComputeNodeSchedulingOption>

Specifies what to do with currently running tasks. The default is Requeue.

additionalBehaviors
IEnumerable<BatchClientBehavior>

A collection of BatchClientBehavior instances that are applied to the Batch service request after the CustomBehaviors.

cancellationToken
CancellationToken

A CancellationToken for controlling the lifetime of the asynchronous operation.

Returns

A Task that represents the asynchronous operation.

Remarks

This operation runs asynchronously.

Applies to