Freigeben über


ComputeNodeOperationsExtensions.EnableScheduling Methode

Definition

Aktiviert die Aufgabenplanung auf dem angegebenen Computeknoten.

public static Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders EnableScheduling (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions computeNodeEnableSchedulingOptions = default);
static member EnableScheduling : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingOptions -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeEnableSchedulingHeaders
<Extension()>
Public Function EnableScheduling (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional computeNodeEnableSchedulingOptions As ComputeNodeEnableSchedulingOptions = Nothing) As 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

Gibt zurück

Hinweise

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

Gilt für: