Function App Config Args
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)