你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.RebootComputeNode(RebootComputeNodeParameters) Method

Definition

Reboots the specified compute node.

public void RebootComputeNode (Microsoft.Azure.Commands.Batch.Models.RebootComputeNodeParameters parameters);
member this.RebootComputeNode : Microsoft.Azure.Commands.Batch.Models.RebootComputeNodeParameters -> unit
Public Sub RebootComputeNode (parameters As RebootComputeNodeParameters)

Parameters

parameters
RebootComputeNodeParameters

The parameters specifying the compute node to reboot and the reboot option.

Applies to