HttpErrorRangeParameters Class
The JSON object that represents the range for http status codes.
- Inheritance
-
azure.mgmt.cdn._serialization.ModelHttpErrorRangeParameters
Constructor
HttpErrorRangeParameters(*, begin: int | None = None, end: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
begin
|
The inclusive start of the http status code range. |
end
|
The inclusive end of the http status code range. |
Variables
Name | Description |
---|---|
begin
|
The inclusive start of the http status code range. |
end
|
The inclusive end of the http status code range. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python