AnalyzeActionsOperation Class

Definition

Pageable operation class for analyzing multiple actions using long running operation.

public class AnalyzeActionsOperation : Azure.PageableOperation<Azure.AI.TextAnalytics.AnalyzeActionsResult>
type AnalyzeActionsOperation = class
    inherit PageableOperation<AnalyzeActionsResult>
Public Class AnalyzeActionsOperation
Inherits PageableOperation(Of AnalyzeActionsResult)
Inheritance

Constructors

AnalyzeActionsOperation()

Initializes a new instance of the AnalyzeActionsOperation class. This constructor is intended to be used for mocking only.

AnalyzeActionsOperation(String, TextAnalyticsClient)

Initializes a new instance of the AnalyzeActionsOperation class.

Properties

ActionsFailed

Total actions failed in the operation

ActionsInProgress

Total actions in progress in the operation

ActionsSucceeded

Total actions succeeded in the operation

ActionsTotal

Total actions executed in the operation.

CreatedOn

Time when the operation was created on.

DisplayName

Display Name of the operation.

ExpiresOn

Time when the operation will expire.

HasCompleted

Returns true if the long-running operation has completed.

HasValue

Returns true if the long-running operation completed successfully and has produced final result (accessible by Value property).

Id

Gets an ID representing the operation that can be used to poll for the status of the long-running operation.

LastModified

Time when the operation was last modified on.

Status

The current status of the operation.

Value

Final result of the long-running operation.

(Inherited from Operation<T>)

Methods

Cancel(CancellationToken)

Cancels a pending or running AnalyzeActionsOperation.

CancelAsync(CancellationToken)

Cancels a pending or running AnalyzeActionsOperation.

GetRawResponse()

The last HTTP response received from the server.

GetRehydrationToken()

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

(Inherited from Operation)
GetValues(CancellationToken)

Gets the final result of the long-running operation synchronously.

GetValuesAsync(CancellationToken)

Gets the final result of the long-running operation asynchronously.

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.

WaitForCompletion(CancellationToken)

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

(Inherited from Operation<T>)
WaitForCompletion(DelayStrategy, CancellationToken)

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

(Inherited from Operation<T>)
WaitForCompletion(TimeSpan, CancellationToken)

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

(Inherited from Operation<T>)
WaitForCompletionAsync(CancellationToken)

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

WaitForCompletionAsync(DelayStrategy, CancellationToken)

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

(Inherited from Operation<T>)
WaitForCompletionAsync(TimeSpan, CancellationToken)

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

WaitForCompletionResponse(CancellationToken)

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

(Inherited from Operation)
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.

(Inherited from Operation)
WaitForCompletionResponseAsync(CancellationToken)

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

(Inherited from Operation)
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.

(Inherited from Operation)

Applies to