FunctionsScaleAndConcurrencyTriggersArgs

data class FunctionsScaleAndConcurrencyTriggersArgs(val http: Output<FunctionsScaleAndConcurrencyHttpArgs>? = null) : ConvertibleToJava<FunctionsScaleAndConcurrencyTriggersArgs>

Scale and concurrency settings for the function app triggers.

Constructors

Link copied to clipboard
constructor(http: Output<FunctionsScaleAndConcurrencyHttpArgs>? = null)

Properties

Link copied to clipboard

Scale and concurrency settings for the HTTP trigger.

Functions

Link copied to clipboard
open override fun toJava(): FunctionsScaleAndConcurrencyTriggersArgs