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.