getTaskRun

Gets the detailed information for a given task run. Uses Azure REST API version 2019-06-01-preview.

Return

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Parameters

argument

null


suspend fun getTaskRun(registryName: String, resourceGroupName: String, taskRunName: String): GetTaskRunResult

Return

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Parameters

registryName

The name of the container registry.

resourceGroupName

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

taskRunName

The name of the task run.

See also


suspend fun getTaskRun(argument: suspend GetTaskRunPlainArgsBuilder.() -> Unit): GetTaskRunResult

Return

The task run that has the ARM resource and properties. The task run will have the information of request and result of a run.

Parameters

argument

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

See also