Freigeben über


ComputeNodeOperationsExtensions.ReimageAsync Methode

Definition

Installiert das Betriebssystem auf dem angegebenen Computeknoten neu.

public static System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageHeaders> ReimageAsync (this Microsoft.Azure.Batch.Protocol.IComputeNodeOperations operations, string poolId, string nodeId, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption? nodeReimageOption = default, Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOptions computeNodeReimageOptions = default, System.Threading.CancellationToken cancellationToken = default);
static member ReimageAsync : Microsoft.Azure.Batch.Protocol.IComputeNodeOperations * string * string * Nullable<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOption> * Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Batch.Protocol.Models.ComputeNodeReimageHeaders>
<Extension()>
Public Function ReimageAsync (operations As IComputeNodeOperations, poolId As String, nodeId As String, Optional nodeReimageOption As Nullable(Of ComputeNodeReimageOption) = Nothing, Optional computeNodeReimageOptions As ComputeNodeReimageOptions = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComputeNodeReimageHeaders)

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.

nodeReimageOption
Nullable<ComputeNodeReimageOption>

Wann der Computeknoten neu erstellt werden soll und was mit derzeit ausgeführten Tasks zu tun ist. Der Standardwert ist „requeue“. Mögliche Werte: "requeue", "terminate", "taskCompletion", "retainedData"

computeNodeReimageOptions
ComputeNodeReimageOptions

Zusätzliche Parameter für den Vorgang

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Sie können das Betriebssystem nur dann auf einem Computeknoten neu installieren, wenn es sich im Leerlauf- oder Ausführungszustand befindet. Diese API kann nur für Pools aufgerufen werden, die mit der Konfigurationseigenschaft des Clouddiensts erstellt wurden.

Gilt für: