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

RetryHistory Class

The retry history.

Inheritance
azure.mgmt.web._serialization.Model
RetryHistory

Constructor

RetryHistory(*, start_time: datetime | None = None, end_time: datetime | None = None, code: str | None = None, client_request_id: str | None = None, service_request_id: str | None = None, error: _models.ErrorResponse | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
start_time

Gets the start time.

end_time

Gets the end time.

code
str

Gets the status code.

client_request_id
str

Gets the client request Id.

service_request_id
str

Gets the service request Id.

error

Gets the error response.

Variables

Name Description
start_time

Gets the start time.

end_time

Gets the end time.

code
str

Gets the status code.

client_request_id
str

Gets the client request Id.

service_request_id
str

Gets the service request Id.

error

Gets the error response.