FunctionAppConfigResponse

data class FunctionAppConfigResponse(val deployment: FunctionsDeploymentResponse? = null, val runtime: FunctionsRuntimeResponse? = null, val scaleAndConcurrency: FunctionsScaleAndConcurrencyResponse? = null)

Function app configuration.

Constructors

Link copied to clipboard
constructor(deployment: FunctionsDeploymentResponse? = null, runtime: FunctionsRuntimeResponse? = null, scaleAndConcurrency: FunctionsScaleAndConcurrencyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Function app deployment configuration.

Link copied to clipboard

Function app runtime settings.

Link copied to clipboard

Function app scale and concurrency settings.