getService

The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-07-15-preview.

Return

A Database Migration Service resource

Parameters

argument

null


suspend fun getService(groupName: String, serviceName: String): GetServiceResult

Return

A Database Migration Service resource

Parameters

groupName

Name of the resource group

serviceName

Name of the service

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

A Database Migration Service resource

Parameters

argument

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

See also