你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationStatus interface
Operation status.
Properties
end |
Operation end time. Format: ISO-8601. |
error | Error information related to this operation. |
id | ID of the operation. |
name | Name of the operation. |
properties | Additional information associated with this operation. |
start |
Operation start time. Format: ISO-8601. |
status | Operation status. |
Property Details
endTime
Operation end time. Format: ISO-8601.
endTime?: Date
Property Value
Date
error
Error information related to this operation.
error?: OperationStatusError
Property Value
id
ID of the operation.
id?: string
Property Value
string
name
Name of the operation.
name?: string
Property Value
string
properties
Additional information associated with this operation.
properties?: OperationStatusExtendedInfoUnion
Property Value
startTime
Operation start time. Format: ISO-8601.
startTime?: Date
Property Value
Date
status
Operation status.
status?: string
Property Value
string