ContainerGroupContainerReadinessProbeHttpGetArgs

data class ContainerGroupContainerReadinessProbeHttpGetArgs(val path: Output<String>? = null, val port: Output<Int>? = null, val scheme: Output<String>? = null) : ConvertibleToJava<ContainerGroupContainerReadinessProbeHttpGetArgs>

Constructors

fun ContainerGroupContainerReadinessProbeHttpGetArgs(path: Output<String>? = null, port: Output<Int>? = null, scheme: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ContainerGroupContainerReadinessProbeHttpGetArgs

Properties

Link copied to clipboard
val path: Output<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: Output<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: Output<String>? = null

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