GetMigrationPlainArgs

data class GetMigrationPlainArgs(val migrationName: String, val resourceGroupName: String, val subscriptionId: String? = null, val targetDbServerName: String) : ConvertibleToJava<GetMigrationPlainArgs>

Constructors

Link copied to clipboard
constructor(migrationName: String, resourceGroupName: String, subscriptionId: String? = null, targetDbServerName: String)

Properties

Link copied to clipboard

The name of the migration.

Link copied to clipboard

The resource group name of the target database server.

Link copied to clipboard
val subscriptionId: String? = null

The subscription ID of the target database server.

Link copied to clipboard

The name of the target database server.

Functions

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