DatamigrationFunctions

Functions

Link copied to clipboard

Retrieve the Database Migration resource. Uses Azure REST API version 2022-03-30-preview. Other available API versions: 2023-07-15-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. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-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

Retrieve the Database Migration Service Uses Azure REST API version 2023-07-15-preview.

suspend fun getMigrationService(migrationServiceName: String, resourceGroupName: String): GetMigrationServiceResult
Link copied to clipboard

The project resource is a nested resource representing a stored migration project. The GET method retrieves information about a project. Uses Azure REST API version 2021-06-30. Other available API versions: 2021-10-30-preview, 2022-03-30-preview, 2023-07-15-preview.

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. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-07-15-preview.

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

The service tasks resource is a nested, proxy-only resource representing work performed by a DMS instance. The GET method retrieves information about a service task. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-07-15-preview.

suspend fun getServiceTask(expand: String? = null, groupName: String, serviceName: String, taskName: String): GetServiceTaskResult
Link copied to clipboard

Retrieve the Database Migration Service Uses Azure REST API version 2022-03-30-preview. Other available API versions: 2023-07-15-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. Uses Azure REST API version 2021-06-30. Other available API versions: 2022-03-30-preview, 2023-07-15-preview.

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. Uses Azure REST API version 2022-03-30-preview. Other available API versions: 2023-07-15-preview.

suspend fun listSqlMigrationServiceAuthKeys(resourceGroupName: String, sqlMigrationServiceName: String): ListSqlMigrationServiceAuthKeysResult
Link copied to clipboard

Retrieve the registered Integration Runtime nodes and their monitoring data for a given Database Migration Service. Uses Azure REST API version 2022-03-30-preview. Other available API versions: 2023-07-15-preview.

suspend fun listSqlMigrationServiceMonitoringData(resourceGroupName: String, sqlMigrationServiceName: String): ListSqlMigrationServiceMonitoringDataResult