ContainerGroupContainerLivenessProbeHttpGetArgs

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
val path: Output<String>? = null

The relative file path.

Link copied to clipboard
val port: Output<Int>? = null

The port number. Valid values: 1 to 65535.

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.