你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FunctionsScaleAndConcurrency Class

Scale and concurrency settings for the function app.

Inheritance
azure.mgmt.web._serialization.Model
FunctionsScaleAndConcurrency

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
int

The maximum number of instances for the function app.

instance_memory_mb
int

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
int

The maximum number of instances for the function app.

instance_memory_mb
int

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.