ComputeNode.RebootAsync Method (Nullable<ComputeNodeRebootOption>, IEnumerable<BatchClientBehavior>)

 

Begins an asynchronous call to reboot the compute node.

Namespace:   Microsoft.Azure.Batch
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public Task RebootAsync(
    Nullable<ComputeNodeRebootOption> rebootOption = null,
    IEnumerable<BatchClientBehavior> additionalBehaviors = null
)
public:
Task^ RebootAsync(
    Nullable<ComputeNodeRebootOption> rebootOption = null,
    IEnumerable<BatchClientBehavior^>^ additionalBehaviors = null
)
member RebootAsync : 
        rebootOption:Nullable<ComputeNodeRebootOption> = null *
        additionalBehaviors:IEnumerable<BatchClientBehavior> = null -> Task
Public Function RebootAsync (
    rebootOption As Nullable(Of ComputeNodeRebootOption),
    additionalBehaviors As IEnumerable(Of BatchClientBehavior)
) As Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

A Task object that represents the asynchronous operation.

See Also

ComputeNode Class
Microsoft.Azure.Batch Namespace

Return to top