ResourceOperation interface
资源作的顶层响应
属性
| error |
如果存在,则是资源级错误代码 |
| error |
资源层级错误详情(如果存在的话) |
| operation | 对资源执行作的详细信息 |
| resource |
作涉及资源的唯一标识符,例如 Azure Resource Manager ID |
属性详细信息
errorCode
如果存在,则是资源级错误代码
errorCode?: string
属性值
string
errorDetails
资源层级错误详情(如果存在的话)
errorDetails?: string
属性值
string
operation
resourceId
作涉及资源的唯一标识符,例如 Azure Resource Manager ID
resourceId?: string
属性值
string