DockerBuildRequestArgs

constructor(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>)