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

OperationResultInfoBaseResource interface

Base class for operation result info.

Extends

Properties

operation

OperationResultInfoBaseResource operation

Inherited Properties

headers

HTTP headers associated with this operation.

statusCode

HTTP Status Code of the operation.

Property Details

operation

OperationResultInfoBaseResource operation

operation?: OperationResultInfoBaseUnion

Property Value

Inherited Property Details

headers

HTTP headers associated with this operation.

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

Property Value

{[propertyName: string]: string[]}

Inherited From OperationWorkerResponse.headers

statusCode

HTTP Status Code of the operation.

statusCode?: HttpStatusCode

Property Value

Inherited From OperationWorkerResponse.statusCode