你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationStatusResult Class

Definition

The current status of an async operation.

public class OperationStatusResult
type OperationStatusResult = class
Public Class OperationStatusResult
Inheritance
OperationStatusResult
Derived

Constructors

OperationStatusResult()

Initializes a new instance of the OperationStatusResult class.

OperationStatusResult(String, String, String, Nullable<Double>, Nullable<DateTime>, Nullable<DateTime>, IList<OperationStatusResult>, ErrorDetail)

Initializes a new instance of the OperationStatusResult class.

Properties

EndTime

Gets or sets the end time of the operation.

Error

Gets or sets if present, details of the operation error.

Id

Gets or sets fully qualified ID for the async operation.

Name

Gets or sets name of the async operation.

Operations

Gets or sets the operations list.

PercentComplete

Gets or sets percent of the operation that is complete.

StartTime

Gets or sets the start time of the operation.

Status

Gets or sets operation status.

Methods

Validate()

Validate the object.

Applies to