get Sql Migration Service
suspend fun getSqlMigrationService(argument: GetSqlMigrationServicePlainArgs): GetSqlMigrationServiceResult
Retrieve the Database Migration Service Uses Azure REST API version 2023-07-15-preview. Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-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 SQL Migration Service.
Parameters
argument
null
suspend fun getSqlMigrationService(resourceGroupName: String, sqlMigrationServiceName: String): GetSqlMigrationServiceResult
Return
A SQL Migration Service.
Parameters
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.
sql Migration Service Name
Name of the SQL Migration Service.
See also
suspend fun getSqlMigrationService(argument: suspend GetSqlMigrationServicePlainArgsBuilder.() -> Unit): GetSqlMigrationServiceResult
Return
A SQL Migration Service.
Parameters
argument
Builder for com.pulumi.azurenative.datamigration.kotlin.inputs.GetSqlMigrationServicePlainArgs.