linuxFxVersion

@JvmName(name = "mlngdggrpvhyacbg")
suspend fun linuxFxVersion(value: Output<String>)
@JvmName(name = "ffhufwmvqnxltnxh")
suspend fun linuxFxVersion(value: String?)

Parameters

value

Linux App Framework and version for the App Service. Possible options are a Docker container (DOCKER|<user/image:tag>), a base-64 encoded Docker Compose file (COMPOSE|${filebase64("compose.yml")}) or a base-64 encoded Kubernetes Manifest (KUBE|${filebase64("kubernetes.yml")}).

NOTE: To set this property the App Service Plan to which the App belongs must be configured with kind = "Linux", and reserved = true or the API will reject any value supplied.