ContainerGroupContainerLivenessProbeExecArgs

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

Constructors

constructor(commands: Output<List<String>>? = null)

Properties

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

Functions

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