Docker Build Request Args
data class DockerBuildRequestArgs(val agentConfiguration: Output<AgentPropertiesArgs>? = null, val agentPoolName: Output<String>? = null, val arguments: Output<List<ArgumentArgs>>? = null, val credentials: Output<CredentialsArgs>? = null, val dockerFilePath: Output<String>, val imageNames: Output<List<String>>? = null, val isArchiveEnabled: Output<Boolean>? = null, val isPushEnabled: Output<Boolean>? = null, val logTemplate: Output<String>? = null, val noCache: Output<Boolean>? = null, val platform: Output<PlatformPropertiesArgs>, val sourceLocation: Output<String>? = null, val target: Output<String>? = null, val timeout: Output<Int>? = null, val type: Output<String>) : ConvertibleToJava<DockerBuildRequestArgs>
The parameters for a docker quick build.
Constructors
Link copied to clipboard
fun DockerBuildRequestArgs(agentConfiguration: Output<AgentPropertiesArgs>? = null, agentPoolName: Output<String>? = null, arguments: Output<List<ArgumentArgs>>? = null, credentials: Output<CredentialsArgs>? = null, dockerFilePath: Output<String>, imageNames: Output<List<String>>? = null, isArchiveEnabled: Output<Boolean>? = null, isPushEnabled: Output<Boolean>? = null, logTemplate: Output<String>? = null, noCache: Output<Boolean>? = null, platform: Output<PlatformPropertiesArgs>, sourceLocation: Output<String>? = null, target: Output<String>? = null, timeout: Output<Int>? = null, type: Output<String>)