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

RetryInformation interface

提供给重试策略的有关重试策略当前进度的信息。

属性

response

如果上次重试成功,则 为 PipelineResponse

responseError

如果上次重试失败,则 为 RestError

retryCount

到目前为止的重试总数。

属性详细信息

response

如果上次重试成功,则 为 PipelineResponse

response?: PipelineResponse

属性值

responseError

如果上次重试失败,则 为 RestError

responseError?: RestError

属性值

retryCount

到目前为止的重试总数。

retryCount: number

属性值

number