getTask

suspend fun getTask(argument: GetTaskPlainArgs): GetTaskResult

Get the properties of a specified task. Uses Azure REST API version 2019-06-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerregistry [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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.

Parameters

registryName

The name of the container registry.

resourceGroupName

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

taskName

The name of the container registry task.

See also


suspend fun getTask(argument: suspend GetTaskPlainArgsBuilder.() -> Unit): GetTaskResult

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

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

See also