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