dotnetVersion

@JvmName(name = "nrggtklcsjcahjuq")
suspend fun dotnetVersion(value: Output<String>)
@JvmName(name = "ifsdjsaehtcckwof")
suspend fun dotnetVersion(value: String?)

Parameters

value

The version of .NET to use when current_stack is set to dotnet. Possible values include v2.0,v3.0, v4.0, v5.0, v6.0, v7.0, v8.0 and v9.0.

Note: The Portal displayed values and the actual underlying API values differ for this setting, as follows: Portal Value | API value :--|--: ASP.NET V3.5 | v2.0 ASP.NET V4.8 | v4.0 .NET 6 (LTS) | v6.0 .NET 7 (STS) | v7.0 .NET 8 (LTS) | v8.0 .NET 9 (STS) | v9.0