你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationWorkerResponse interface

这是操作结果响应的基类。

属性

headers

与此操作关联的 HTTP 标头。

statusCode

操作的 HTTP 状态代码。

属性详细信息

headers

与此操作关联的 HTTP 标头。

headers?: {[propertyName: string]: string[]}

属性值

{[propertyName: string]: string[]}

statusCode

操作的 HTTP 状态代码。

statusCode?: HttpStatusCode

属性值