get Task
Get the properties of a specified task. Azure REST API version: 2019-06-01-preview. Other available API versions: 2018-09-01, 2019-04-01.
Return
The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
Parameters
argument
null
suspend fun getTask(registryName: String, resourceGroupName: String, taskName: String): GetTaskResult
Return
The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
See also
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 Name
The name of the container registry task.
Return
The task that has the ARM resource and task properties. The task will have all information to schedule a run against it.
See also
Parameters
argument
Builder for com.pulumi.azurenative.containerregistry.kotlin.inputs.GetTaskPlainArgs.