RequestsBasedTrigger Class
Trigger based on total requests.
- Inheritance
-
azure.mgmt.web._serialization.ModelRequestsBasedTrigger
Constructor
RequestsBasedTrigger(*, count: int | None = None, time_interval: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
count
|
Request Count. |
time_interval
|
Time interval. |
Variables
Name | Description |
---|---|
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