Freigeben über


IComputeNodeOperations.DisableSchedulingWithHttpMessagesAsync Methode

Definition

Deaktiviert die Aufgabenplanung auf dem angegebenen Computeknoten.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingHeaders>> DisableSchedulingWithHttpMessagesAsync (string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.DisableComputeNodeSchedulingOption? nodeDisableSchedulingOption = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingOptions computeNodeDisableSchedulingOptions = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member DisableSchedulingWithHttpMessagesAsync : string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.DisableComputeNodeSchedulingOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingOptions * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationHeaderResponse<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeDisableSchedulingHeaders>>
Public Function DisableSchedulingWithHttpMessagesAsync (poolId As String, nodeId As String, Optional nodeDisableSchedulingOption As Nullable(Of DisableComputeNodeSchedulingOption) = Nothing, Optional computeNodeDisableSchedulingOptions As ComputeNodeDisableSchedulingOptions = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationHeaderResponse(Of ComputeNodeDisableSchedulingHeaders))

Parameter

poolId
String

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

nodeId
String

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

nodeDisableSchedulingOption
Nullable<DisableComputeNodeSchedulingOption>

Vorgehensweise bei derzeit ausgeführten Tasks beim Deaktivieren der Aufgabenplanung auf dem Computeknoten. Der Standardwert ist „requeue“. Mögliche Werte: "requeue", "terminate", "taskCompletion"

computeNodeDisableSchedulingOptions
ComputeNodeDisableSchedulingOptions

Zusätzliche Parameter für den Vorgang

customHeaders
Dictionary<String,List<String>>

Die Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Hinweise

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

Gilt für: