DatabasemigrationFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Database Migration Project.

suspend fun getProject(argument: suspend GetProjectPlainArgsBuilder.() -> Unit): GetProjectResult
suspend fun getProject(name: String, resourceGroupName: String, serviceName: String): GetProjectResult
Link copied to clipboard

Use this data source to access information about an existing Database Migration Service.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(name: String, resourceGroupName: String): GetServiceResult