StatusCodesRangeBasedTrigger Class
Trigger based on range of status codes.
- Inheritance
-
azure.mgmt.web._serialization.ModelStatusCodesRangeBasedTrigger
Constructor
StatusCodesRangeBasedTrigger(*, status_codes: str | None = None, path: str | None = None, count: int | None = None, time_interval: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status_codes
|
HTTP status code. |
path
|
|
count
|
Request Count. |
time_interval
|
Time interval. |
Variables
Name | Description |
---|---|
status_codes
|
HTTP status code. |
path
|
|
count
|
Request Count. |
time_interval
|
Time interval. |
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