Freigeben über


ComputeNodeOperationsExtensions.EnableSchedulingAsync Methode

Definition

Aktiviert die Aufgabenplanung auf dem angegebenen Computeknoten.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders> EnableSchedulingAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member EnableSchedulingAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders>
<Extension()>
Public Function EnableSchedulingAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeEnableSchedulingOptions As ComputeNodeEnableSchedulingOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNodeEnableSchedulingHeaders)

Parameter

operations
IComputeNodeOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

poolId
String

Die ID des Pools, der den Computeknoten enthält.

nodeId
String

Die ID des Computeknotens, auf dem Sie die Aufgabenplanung aktivieren möchten.

computeNodeEnableSchedulingOptions
ComputeNodeEnableSchedulingOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Sie können die Aufgabenplanung auf einem Computeknoten nur aktivieren, wenn der aktuelle Planungsstatus deaktiviert ist.

Gilt für: