getTask

suspend fun getTask(argument: GetTaskPlainArgs): GetTaskResult

The tasks resource is a nested, proxy-only resource representing work performed by a DMS (classic) instance. The GET method retrieves information about a task. Uses Azure REST API version 2023-07-15-preview. Other available API versions: 2021-06-30, 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native datamigration [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

A task resource

Parameters

argument

null


suspend fun getTask(expand: String? = null, groupName: String, projectName: String, serviceName: String, taskName: String): GetTaskResult

Return

A task resource

Parameters

expand

Expand the response

groupName

Name of the resource group

projectName

Name of the project

serviceName

Name of the service

taskName

Name of the Task

See also


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

Return

A task resource

Parameters

argument

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

See also