get Migration Service
Retrieve the Database Migration Service Uses Azure REST API version 2023-07-15-preview. Other available API versions: 2025-03-15-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 Migration Service.
Parameters
argument
null
suspend fun getMigrationService(migrationServiceName: String, resourceGroupName: String): GetMigrationServiceResult
Return
A Migration Service.
Parameters
migration Service Name
Name of the Migration Service.
resource Group Name
Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
See also
suspend fun getMigrationService(argument: suspend GetMigrationServicePlainArgsBuilder.() -> Unit): GetMigrationServiceResult
Return
A Migration Service.
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetMigrationServicePlainArgs.