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

RebootNodeOperation Class

Definition

Upon success a Node will be rebooted

public class RebootNodeOperation : Azure.Operation<Azure.Compute.Batch.BatchNode>
type RebootNodeOperation = class
    inherit Operation<BatchNode>
Public Class RebootNodeOperation
Inherits Operation(Of BatchNode)
Inheritance
RebootNodeOperation

Constructors

Name Description
RebootNodeOperation()

Initializes a new RebootNodeOperation instance for mocking.

RebootNodeOperation(BatchClient, String)

Initializes a new RebootNodeOperation instance

Properties

Name Description
HasCompleted

Gets a value indicating whether the operation has completed.

HasValue

Gets a value indicating whether the operation completed and successfully produced a value. The Value property is the success of the operation.

Id

Gets an ID representing the operation that can be used to poll for the status of the long-running operation. There are cases that operation id is not available, we return "NOT_SET" for unavailable operation id.

Value

Get the sucess state of the deletion operation

Methods

Name Description
GetRawResponse()

The last HTTP response received from the server.

UpdateStatus(CancellationToken)

Check for the latest status of the delete operation.

UpdateStatusAsync(CancellationToken)

Check for the latest status of the delete operation.

Applies to