OperationStatusOutput interface

The current status of an async operation

Properties

endTime

The end time of the operation

error

Operation Error message

id

Fully qualified ID for the operation status.

name

The operation id name

percentComplete

Percent of the operation that is complete

properties

Custom operation properties, populated only for a successful operation.

resourceId

The id of the resource.

startTime

The start time of the operation

status

Provisioning state of the resource.

Possible values: Running, Completed, Canceled, Failed

Property Details

endTime

The end time of the operation

endTime?: string

Property Value

string

error

Operation Error message

error?: OperationStatusErrorOutput

Property Value

id

Fully qualified ID for the operation status.

id?: string

Property Value

string

name

The operation id name

name?: string

Property Value

string

percentComplete

Percent of the operation that is complete

percentComplete?: number

Property Value

number

properties

Custom operation properties, populated only for a successful operation.

properties?: any

Property Value

any

resourceId

The id of the resource.

resourceId?: string

Property Value

string

startTime

The start time of the operation

startTime?: string

Property Value

string

status

Provisioning state of the resource.

Possible values: Running, Completed, Canceled, Failed

status: string

Property Value

string