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