FunctionAppConfigArgs

data class FunctionAppConfigArgs(val deployment: Output<FunctionsDeploymentArgs>? = null, val runtime: Output<FunctionsRuntimeArgs>? = null, val scaleAndConcurrency: Output<FunctionsScaleAndConcurrencyArgs>? = null) : ConvertibleToJava<FunctionAppConfigArgs>

Function app configuration.

Constructors

Link copied to clipboard
constructor(deployment: Output<FunctionsDeploymentArgs>? = null, runtime: Output<FunctionsRuntimeArgs>? = null, scaleAndConcurrency: Output<FunctionsScaleAndConcurrencyArgs>? = null)

Properties

Link copied to clipboard
val deployment: Output<FunctionsDeploymentArgs>? = null

Function app deployment configuration.

Link copied to clipboard
val runtime: Output<FunctionsRuntimeArgs>? = null

Function app runtime settings.

Link copied to clipboard

Function app scale and concurrency settings.

Functions

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