你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OperationResult interface
An Operation Result
Properties
error | Error details for the operation in case of a failure. |
status | The operation status. |
status |
The status code for the operation. |
Property Details
error
Error details for the operation in case of a failure.
error?: OperationError
Property Value
status
The operation status.
status?: string
Property Value
string
statusCode
The status code for the operation.
statusCode?: string
Property Value
string