OperationStatus Class

Definition

The status of operation.

public class OperationStatus
type OperationStatus = class
Public Class OperationStatus
Inheritance
OperationStatus

Constructors

OperationStatus()

Initializes a new instance of the OperationStatus class.

OperationStatus(String, String, Nullable<DateTime>, Nullable<DateTime>, String, ErrorResponseCommon)

Initializes a new instance of the OperationStatus class.

Properties

EndTime

Gets or sets end time of the job in standard ISO8601 format.

Error

Gets or sets the error detail of the operation if any.

Id

Gets or sets the operation Id.

Name

Gets or sets the operation name.

StartTime

Gets or sets start time of the job in standard ISO8601 format.

Status

Gets or sets the status of the operation.

Applies to