SqlServerHomogeneousMigrationJobConfig constructor
      
      SqlServerHomogeneousMigrationJobConfig({ 
    
    
- String? backupFilePattern,
- SqlServerDagConfig? dagConfig,
- List<SqlServerDatabaseBackup> ? databaseBackups,
- bool? promoteWhenReady,
- bool? useDiffBackup,
Implementation
SqlServerHomogeneousMigrationJobConfig({
  this.backupFilePattern,
  this.dagConfig,
  this.databaseBackups,
  this.promoteWhenReady,
  this.useDiffBackup,
});