OperationRequestInfo interface
用來正確剖析回應的中繼資料。
屬性
operation |
用來編碼要求。 |
operation |
函式,會針對指定的 OperationSpec 和 PipelineResponse 組合傳回適當的 OperationResponseMap。 如果未定義,則會使用簡單的狀態碼查閱。 |
operation |
用來剖析回應。 |
should |
是否應該還原序列化 PipelineResponse。 預設為 true。 |
屬性詳細資料
operationArguments
operationResponseGetter
函式,會針對指定的 OperationSpec 和 PipelineResponse 組合傳回適當的 OperationResponseMap。 如果未定義,則會使用簡單的狀態碼查閱。
operationResponseGetter?: (operationSpec: OperationSpec, response: PipelineResponse) => undefined | OperationResponseMap
屬性值
(operationSpec: OperationSpec, response: PipelineResponse) => undefined | OperationResponseMap
operationSpec
shouldDeserialize
是否應該還原序列化 PipelineResponse。 預設為 true。
shouldDeserialize?: boolean | (response: PipelineResponse) => boolean
屬性值
boolean | (response: PipelineResponse) => boolean