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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python