OperationStatus interface

Operation status REST resource.

Properties

endTime

End time. NOTE: This property will not be serialized. It can only be populated by the server.

error

Error stating all error details for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

name

Operation name. NOTE: This property will not be serialized. It can only be populated by the server.

properties

Custom data. NOTE: This property will not be serialized. It can only be populated by the server.

startTime

Start time. NOTE: This property will not be serialized. It can only be populated by the server.

status

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. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

endTime

End time. NOTE: This property will not be serialized. It can only be populated by the server.

endTime?: string

Property Value

string

error

Error stating all error details for the operation. NOTE: This property will not be serialized. It can only be populated by the server.

error?: OperationStatusError

Property Value

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

Operation name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

properties

Custom data. NOTE: This property will not be serialized. It can only be populated by the server.

properties?: Record<string, unknown>

Property Value

Record<string, unknown>

startTime

Start time. NOTE: This property will not be serialized. It can only be populated by the server.

startTime?: string

Property Value

string

status

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. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string