restartPolicy

@JvmName(name = "wkicmixhyyqshjgl")
suspend fun restartPolicy(value: Output<Either<String, ContainerGroupRestartPolicy>>)
@JvmName(name = "yiojfchfrdewoxsq")
suspend fun restartPolicy(value: Either<String, ContainerGroupRestartPolicy>?)
@JvmName(name = "dxjxbtgjecnpnvhe")
fun restartPolicy(value: String)
@JvmName(name = "xqtbbobbvblqdghp")
fun restartPolicy(value: ContainerGroupRestartPolicy)

Parameters

value

Restart policy for all containers within the container group.

  • Always Always restart

  • OnFailure Restart on failure

  • Never Never restart