FunctionsScaleAndConcurrencyTriggersHttp Class
Scale and concurrency settings for the HTTP trigger.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionsScaleAndConcurrencyTriggersHttp
Constructor
FunctionsScaleAndConcurrencyTriggersHttp(*, per_instance_concurrency: int | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
per_instance_concurrency
|
The maximum number of concurrent HTTP trigger invocations per instance. |
Variables
Name | Description |
---|---|
per_instance_concurrency
|
The maximum number of concurrent HTTP trigger invocations per instance. |
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