FunctionsAlwaysReadyConfigResponse

data class FunctionsAlwaysReadyConfigResponse(val instanceCount: Int? = null, val name: String? = null)

Sets the number of 'Always Ready' instances for a function group or a specific function.

Constructors

Link copied to clipboard
constructor(instanceCount: Int? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceCount: Int? = null

Sets the number of 'Always Ready' instances for a given function group or a specific function. For additional information see https://aka.ms/flexconsumption/alwaysready.

Link copied to clipboard
val name: String? = null

Either a function group or a function name is required. For additional information see https://aka.ms/flexconsumption/alwaysready.