data class GetDatabaseMigrationsSqlDbPlainArgs(val expand: String? = null, val migrationOperationId: String? = null, val resourceGroupName: String, val sqlDbInstanceName: String, val targetDbName: String) : ConvertibleToJava<GetDatabaseMigrationsSqlDbPlainArgs>
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.