다음을 통해 공유


DataFlowDeleteDataFlowOperation Class

Definition

Deletes a data flow.

public class DataFlowDeleteDataFlowOperation : Azure.Operation
type DataFlowDeleteDataFlowOperation = class
    inherit Operation
Public Class DataFlowDeleteDataFlowOperation
Inherits Operation
Inheritance
DataFlowDeleteDataFlowOperation

Constructors

DataFlowDeleteDataFlowOperation()

Initializes a new instance of DataFlowDeleteDataFlowOperation for mocking.

Properties

HasCompleted

Returns true if the long-running operation completed.

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.

Methods

GetRawResponse()

The last HTTP response received from the server.

GetRehydrationToken()

Get a token that can be used to rehydrate the operation.

(Inherited from Operation)
UpdateStatus(CancellationToken)

Calls the server to get updated status of the long-running operation.

UpdateStatusAsync(CancellationToken)

Calls the server to get updated status of the long-running operation.

WaitForCompletionResponse(CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletionResponse(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponse(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletionResponseAsync(CancellationToken)

Periodically calls the server till the long-running operation completes.

WaitForCompletionResponseAsync(DelayStrategy, CancellationToken)

Periodically calls the server till the long-running operation completes.

(Inherited from Operation)
WaitForCompletionResponseAsync(TimeSpan, CancellationToken)

Periodically calls the server till the long-running operation completes.

Applies to