SqlServerDagConfig
import type { SqlServerDagConfig } from "https://googleapis.deno.dev/v1/datamigration:v1.ts";
Configuration for distributed availability group (DAG) for the SQL Server homogeneous migration.
interface SqlServerDagConfig {
linkedServer?: string;
sourceAg?: string;
}