BuildPropertiesArgs

data class BuildPropertiesArgs(val agentPool: Output<String>? = null, val apms: Output<List<ApmReferenceArgs>>? = null, val builder: Output<String>? = null, val certificates: Output<List<CertificateReferenceArgs>>? = null, val env: Output<Map<String, String>>? = null, val relativePath: Output<String>? = null, val resourceRequests: Output<BuildResourceRequestsArgs>? = null) : ConvertibleToJava<BuildPropertiesArgs>

Build resource properties payload

Constructors

Link copied to clipboard
constructor(agentPool: Output<String>? = null, apms: Output<List<ApmReferenceArgs>>? = null, builder: Output<String>? = null, certificates: Output<List<CertificateReferenceArgs>>? = null, env: Output<Map<String, String>>? = null, relativePath: Output<String>? = null, resourceRequests: Output<BuildResourceRequestsArgs>? = null)

Properties

Link copied to clipboard
val agentPool: Output<String>? = null

The resource id of agent pool

Link copied to clipboard
val apms: Output<List<ApmReferenceArgs>>? = null

The APMs for this build

Link copied to clipboard
val builder: Output<String>? = null

The resource id of builder to build the source code

Link copied to clipboard

The CA Certificates for this build

Link copied to clipboard
val env: Output<Map<String, String>>? = null

The environment variables for this build

Link copied to clipboard
val relativePath: Output<String>? = null

The relative path of source code

Link copied to clipboard

The customized build resource for this build

Functions

Link copied to clipboard
open override fun toJava(): BuildPropertiesArgs