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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python