Container Group Container Readiness Probe
constructor(execs: List<ContainerGroupContainerReadinessProbeExec>? = null, failureThreshold: Int? = null, httpGets: List<ContainerGroupContainerReadinessProbeHttpGet>? = null, initialDelaySeconds: Int? = null, periodSeconds: Int? = null, successThreshold: Int? = null, tcpSockets: List<ContainerGroupContainerReadinessProbeTcpSocket>? = null, timeoutSeconds: Int? = null)