FunctionsScaleAndConcurrency Class
Scale and concurrency settings for the function app.
- Inheritance
-
azure.mgmt.web._serialization.ModelFunctionsScaleAndConcurrency
Constructor
FunctionsScaleAndConcurrency(*, always_ready: List[_models.FunctionsAlwaysReadyConfig] | None = None, maximum_instance_count: int | None = None, instance_memory_mb: int | None = None, triggers: _models.FunctionsScaleAndConcurrencyTriggers | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
always_ready
|
'Always Ready' configuration for the function app. |
maximum_instance_count
|
The maximum number of instances for the function app. |
instance_memory_mb
|
Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. |
triggers
|
Scale and concurrency settings for the function app triggers. |
Variables
Name | Description |
---|---|
always_ready
|
'Always Ready' configuration for the function app. |
maximum_instance_count
|
The maximum number of instances for the function app. |
instance_memory_mb
|
Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally. |
triggers
|
Scale and concurrency settings for the function app triggers. |
Azure SDK for Python