FunctionsScaleAndConcurrencyResponse

data class FunctionsScaleAndConcurrencyResponse(val alwaysReady: List<FunctionsAlwaysReadyConfigResponse>? = null, val instanceMemoryMB: Int? = null, val maximumInstanceCount: Int? = null, val triggers: FunctionsScaleAndConcurrencyResponseTriggers? = null)

Scale and concurrency settings for the function app.

Constructors

Link copied to clipboard
constructor(alwaysReady: List<FunctionsAlwaysReadyConfigResponse>? = null, instanceMemoryMB: Int? = null, maximumInstanceCount: Int? = null, triggers: FunctionsScaleAndConcurrencyResponseTriggers? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

'Always Ready' configuration for the function app.

Link copied to clipboard
val instanceMemoryMB: Int? = null

Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.

Link copied to clipboard

The maximum number of instances for the function app.

Link copied to clipboard

Scale and concurrency settings for the function app triggers.