get Build Step
Gets the build step for a build task. Azure REST API version: 2018-02-01-preview.
Return
Build step resource properties
Parameters
argument
null
suspend fun getBuildStep(buildTaskName: String, registryName: String, resourceGroupName: String, stepName: String): GetBuildStepResult
Return
Build step resource properties
See also
Parameters
build Task Name
The name of the container registry build task.
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
step Name
The name of a build step for a container registry build task.
suspend fun getBuildStep(argument: suspend GetBuildStepPlainArgsBuilder.() -> Unit): GetBuildStepResult
Return
Build step resource properties
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetBuildStepPlainArgs.