ContainerGroupContainerReadinessProbeArgs

constructor(execs: Output<List<ContainerGroupContainerReadinessProbeExecArgs>>? = null, failureThreshold: Output<Int>? = null, httpGets: Output<List<ContainerGroupContainerReadinessProbeHttpGetArgs>>? = null, initialDelaySeconds: Output<Int>? = null, periodSeconds: Output<Int>? = null, successThreshold: Output<Int>? = null, tcpSockets: Output<List<ContainerGroupContainerReadinessProbeTcpSocketArgs>>? = null, timeoutSeconds: Output<Int>? = null)