Share via


OperationStatus Class

Definition

Asynchronous operation status

public class OperationStatus : Microsoft.Azure.Management.RedisCache.Models.OperationStatusResult
type OperationStatus = class
    inherit OperationStatusResult
Public Class OperationStatus
Inherits OperationStatusResult
Inheritance
OperationStatus

Constructors

OperationStatus()

Initializes a new instance of the OperationStatus class.

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

Initializes a new instance of the OperationStatus class.

Properties

EndTime

Gets or sets the end time of the operation.

(Inherited from OperationStatusResult)
Error

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

(Inherited from OperationStatusResult)
Id

Gets or sets fully qualified ID for the async operation.

(Inherited from OperationStatusResult)
Name

Gets or sets name of the async operation.

(Inherited from OperationStatusResult)
Operations

Gets or sets the operations list.

(Inherited from OperationStatusResult)
PercentComplete

Gets or sets percent of the operation that is complete.

(Inherited from OperationStatusResult)
Properties

Gets or sets additional properties from RP, only when operation is successful

StartTime

Gets or sets the start time of the operation.

(Inherited from OperationStatusResult)
Status

Gets or sets operation status.

(Inherited from OperationStatusResult)

Methods

Validate()

Validate the object.

Applies to