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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python