Functions Scale And Concurrency Response
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)
Properties
Link copied to clipboard
'Always Ready' configuration for the function app.
Link copied to clipboard
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.