ComputeNodeOperationsExtensions.Reboot Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Startet den angegebenen Computeknoten neu.
public static Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders Reboot(this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption? nodeRebootOption = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions computeNodeRebootOptions = default);
static member Reboot : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootOptions -> Microsoft.Azure.Batch.Protocol.Models.ComputeNodeRebootHeaders
<Extension()>
Public Function Reboot (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional nodeRebootOption As Nullable(Of ComputeNodeRebootOption) = Nothing, Optional computeNodeRebootOptions As ComputeNodeRebootOptions = Nothing) As ComputeNodeRebootHeaders
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, den Sie neu starten möchten.
- nodeRebootOption
- Nullable<ComputeNodeRebootOption>
Wann der Computeknoten neu gestartet werden soll und was mit derzeit ausgeführten Tasks zu tun ist. Der Standardwert ist „requeue“. Mögliche Werte: "requeue", "terminate", "taskCompletion", "retainedData"
- computeNodeRebootOptions
- ComputeNodeRebootOptions
Zusätzliche Parameter für den Vorgang
Gibt zurück
Hinweise
Sie können einen Computeknoten nur neu starten, wenn er sich im Leerlauf- oder Ausführungszustand befindet.
Gilt für:
Azure SDK for .NET