Share via


RemoveNodesOperation Class

Definition

Upon success a set of Nodes will be removed from a pool

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

Constructors

RemoveNodesOperation()

Initializes a new RemoveNodesOperation instance for mocking.

RemoveNodesOperation(BatchClient, String)

Initializes a new RemoveNodesOperation instance

Properties

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 BatchPool after the pool resize has stopped

Methods

GetRawResponse()

The last HTTP response received from the server.

UpdateStatus(CancellationToken)

Check for the latest status of the resize operation.

UpdateStatusAsync(CancellationToken)

Check for the latest status of the resize operation.

Applies to