GetDatabaseMigrationsSqlDbPlainArgs

data class GetDatabaseMigrationsSqlDbPlainArgs(val expand: String? = null, val migrationOperationId: String? = null, val resourceGroupName: String, val sqlDbInstanceName: String, val targetDbName: String) : ConvertibleToJava<GetDatabaseMigrationsSqlDbPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, migrationOperationId: String? = null, resourceGroupName: String, sqlDbInstanceName: String, targetDbName: String)

Properties

Link copied to clipboard
val expand: String? = null

Complete migration details be included in the response.

Link copied to clipboard

Optional migration operation ID. If this is provided, then details of migration operation for that ID are retrieved. If not provided (default), then details related to most recent or current operation are retrieved.

Link copied to clipboard

Name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

Link copied to clipboard
Link copied to clipboard

The name of the target database.

Functions

Link copied to clipboard
open override fun toJava(): GetDatabaseMigrationsSqlDbPlainArgs