get Service Task
The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service task. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-07-15-preview.
Return
A task resource
Parameters
argument
null
suspend fun getServiceTask(expand: String? = null, groupName: String, serviceName: String, taskName: String): GetServiceTaskResult
Return
A task resource
Parameters
expand
Expand the response
group Name
Name of the resource group
service Name
Name of the service
task Name
Name of the Task
See also
suspend fun getServiceTask(argument: suspend GetServiceTaskPlainArgsBuilder.() -> Unit): GetServiceTaskResult
Return
A task resource
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetServiceTaskPlainArgs.