HttpErrorRangeParameters Class

The JSON object that represents the range for http status codes.

Inheritance
azure.mgmt.cdn._serialization.Model
HttpErrorRangeParameters

Constructor

HttpErrorRangeParameters(*, begin: int | None = None, end: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
begin
int

The inclusive start of the http status code range.

end
int

The inclusive end of the http status code range.

Variables

Name Description
begin
int

The inclusive start of the http status code range.

end
int

The inclusive end of the http status code range.