OperationResource interface
Operation status response
Properties
end |
End time of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
error | Error Message if operation failed |
id | Operation Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Operation ID NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Start time of the operation NOTE: This property will not be serialized. It can only be populated by the server. |
status | Operation status NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTime
End time of the operation NOTE: This property will not be serialized. It can only be populated by the server.
endTime?: Date
Property Value
Date
error
id
Operation Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
Operation ID NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
startTime
Start time of the operation NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
status
Operation status NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string