Linux Web App Slot Connection String Args
data class LinuxWebAppSlotConnectionStringArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<LinuxWebAppSlotConnectionStringArgs>
Constructors
Link copied to clipboard
fun LinuxWebAppSlotConnectionStringArgs(name: Output<String>, type: Output<String>, value: Output<String>)