ContainerGroupContainerReadinessProbeHttpGet

data class ContainerGroupContainerReadinessProbeHttpGet(val path: String? = null, val port: Int? = null, val scheme: String? = null)

Constructors

fun ContainerGroupContainerReadinessProbeHttpGet(path: String? = null, port: Int? = null, scheme: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

The path of HTTP Get request detection when setting the postStart callback function using the HTTP request method.

Link copied to clipboard
val port: Int? = null

When using the HTTP request method for health check, the port number for HTTP Get request detection.

Link copied to clipboard
val scheme: String? = null

The protocol type corresponding to the HTTP Get request when using the HTTP request method for health checks. Valid values: HTTP, HTTPS.