listBuildStepBuildArguments

List the build arguments for a step including the secret arguments. API Version: 2018-02-01-preview.

Return

The list of build arguments for a build step.

Parameters

argument

null


suspend fun listBuildStepBuildArguments(buildTaskName: String, registryName: String, resourceGroupName: String, stepName: String): ListBuildStepBuildArgumentsResult

Return

The list of build arguments for a build step.

Parameters

buildTaskName

The name of the container registry build task.

registryName

The name of the container registry.

resourceGroupName

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

stepName

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

See also


Return

The list of build arguments for a build step.

Parameters

argument

Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.ListBuildStepBuildArgumentsPlainArgs.

See also