Compartir a través de


DeletePoolOperation Class

Definition

Upon success a Pool will be deleted

public class DeletePoolOperation : Azure.Operation<bool>
type DeletePoolOperation = class
    inherit Operation<bool>
Public Class DeletePoolOperation
Inherits Operation(Of Boolean)
Inheritance
DeletePoolOperation

Constructors

DeletePoolOperation()

Initializes a new DeletePoolOperation instance for mocking.

DeletePoolOperation(BatchClient, String)

Initializes a new DeletePoolOperation 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 sucess state of the deletion operation

Methods

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