GetPoolStartTaskContainer

data class GetPoolStartTaskContainer(val imageName: String, val registries: List<GetPoolStartTaskContainerRegistry>, val runOptions: String, val workingDirectory: String)

Constructors

Link copied to clipboard
constructor(imageName: String, registries: List<GetPoolStartTaskContainerRegistry>, runOptions: String, workingDirectory: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The image to use to create the container in which the task will run.

Link copied to clipboard

The same reference as container_registries block defined as follows.

Link copied to clipboard

Additional options to the container create command.

Link copied to clipboard

A flag to indicate where the container task working directory is.