AzureAsyncOperation Class

Definition

The response body contains the status of the specified asynchronous operation, indicating whether it has succeeded, is in progress, or has failed. Note that this status is distinct from the HTTP status code returned for the Get Operation Status operation itself. If the asynchronous operation succeeded, the response body includes the HTTP status code for the successful request. If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

public class AzureAsyncOperation
type AzureAsyncOperation = class
Public Class AzureAsyncOperation
Inheritance
AzureAsyncOperation

Constructors

AzureAsyncOperation()

Fields

CanceledStatus

Canceled status for long running operations.

DefaultDelay

Default delay in seconds for long running operations.

FailedStatus

Failed status for long running operations.

InProgressStatus

In progress status for long running operations.

SuccessStatus

Successful status for long running operations.

Properties

Error

If the asynchronous operation failed, the response body includes the HTTP status code for the failed request, and also includes error information regarding the failure.

FailedStatuses

Failed terminal statuses for long running operations.

RetryAfter

Gets or sets the delay in seconds that should be used when checking for the status of the operation.

Status

The status of the asynchronous request.

TerminalStatuses

Terminal statuses for long running operations.

Applies to