ListBuildStepBuildArgumentsPlainArgs

data class ListBuildStepBuildArgumentsPlainArgs(val buildTaskName: String, val registryName: String, val resourceGroupName: String, val stepName: String) : ConvertibleToJava<ListBuildStepBuildArgumentsPlainArgs>

Constructors

Link copied to clipboard
fun ListBuildStepBuildArgumentsPlainArgs(buildTaskName: String, registryName: String, resourceGroupName: String, stepName: String)

Functions

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

Properties

Link copied to clipboard

The name of the container registry build task.

Link copied to clipboard

The name of the container registry.

Link copied to clipboard

The name of the resource group to which the container registry belongs.

Link copied to clipboard

The name of a build step for a container registry build task.