list Task Run Details
Gets the detailed information for a given task run that includes all secrets. 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 listTaskRunDetails(registryName: String, resourceGroupName: String, taskRunName: String): ListTaskRunDetailsResult
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
registry Name
The name of the container registry.
resource Group Name
The name of the resource group to which the container registry belongs.
task Run Name
The name of the task run.
See also
suspend fun listTaskRunDetails(argument: suspend ListTaskRunDetailsPlainArgsBuilder.() -> Unit): ListTaskRunDetailsResult
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.ListTaskRunDetailsPlainArgs.