DatamigrationFunctions

Functions

Link copied to clipboard

Retrieve the Database Migration resource. API Version: 2022-03-30-preview.

suspend fun getDatabaseMigrationsSqlDb(expand: String? = null, migrationOperationId: String? = null, resourceGroupName: String, sqlDbInstanceName: String, targetDbName: String): GetDatabaseMigrationsSqlDbResult
Link copied to clipboard
suspend fun getFile(argument: GetFilePlainArgs): GetFileResult

The files resource is a nested, proxy-only resource representing a file stored under the project resource. This method retrieves information about a file. API Version: 2018-07-15-preview.

suspend fun getFile(argument: suspend GetFilePlainArgsBuilder.() -> Unit): GetFileResult
suspend fun getFile(fileName: String, groupName: String, projectName: String, serviceName: String): GetFileResult
Link copied to clipboard

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project. API Version: 2018-04-19.

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

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.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(groupName: String, serviceName: String): GetServiceResult
Link copied to clipboard

Retrieve the Migration Service. API Version: 2021-10-30-preview.

suspend fun getSqlMigrationService(resourceGroupName: String, sqlMigrationServiceName: String): GetSqlMigrationServiceResult
Link copied to clipboard
suspend fun getTask(argument: GetTaskPlainArgs): GetTaskResult

The tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a task. API Version: 2018-04-19.

suspend fun getTask(argument: suspend GetTaskPlainArgsBuilder.() -> Unit): GetTaskResult
suspend fun getTask(expand: String? = null, groupName: String, projectName: String, serviceName: String, taskName: String): GetTaskResult
Link copied to clipboard

Retrieve the List of Authentication Keys for Self Hosted Integration Runtime. API Version: 2021-10-30-preview.

suspend fun listSqlMigrationServiceAuthKeys(resourceGroupName: String, sqlMigrationServiceName: String): ListSqlMigrationServiceAuthKeysResult