Dela via


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