Container App Probe Response Http Get
data class ContainerAppProbeResponseHttpGet(val host: String? = null, val httpHeaders: List<ContainerAppProbeResponseHttpHeaders>? = null, val path: String? = null, val port: Int, val scheme: String? = null)
HTTPGet specifies the http request to perform.
Constructors
Link copied to clipboard
fun ContainerAppProbeResponseHttpGet(host: String? = null, httpHeaders: List<ContainerAppProbeResponseHttpHeaders>? = null, path: String? = null, port: Int, scheme: String? = null)