OperationStatus Class

Definition

Operation status REST resource.

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

Constructors

OperationStatus()

Initializes a new instance of the OperationStatus class.

OperationStatus(String, String, String, String, String, OperationStatusError, Object)

Initializes a new instance of the OperationStatus class.

Properties

EndTime

Gets end time.

Error

Gets error stating all error details for the operation.

Id

Gets resource Id.

Name

Gets operation name.

Properties

Gets custom data.

StartTime

Gets start time.

Status

Gets status of the operation. ARM expects the terminal status to be one of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running.

Applies to