你当前正在访问 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