ContainerGroupContainerLivenessProbeExecArgs

data class ContainerGroupContainerLivenessProbeExecArgs(val commands: Output<List<String>>? = null) : ConvertibleToJava<ContainerGroupContainerLivenessProbeExecArgs>

Constructors

Functions

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

Properties

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

Commands to be executed inside the container when performing health checks using the command line method.