getService

The services resource is the top-level resource that represents the Database Migration Service. The GET method retrieves information about a service instance. API Version: 2018-04-19.

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