BatchClient.RebootComputeNode(RebootComputeNodeParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.