internal LinkConnection(LinkConnectionSourceDatabase sourceDatabase, LinkConnectionTargetDatabase targetDatabase, LinkConnectionLandingZone landingZone, LinkConnectionCompute compute)
 {
     SourceDatabase = sourceDatabase;
     TargetDatabase = targetDatabase;
     LandingZone    = landingZone;
     Compute        = compute;
 }
示例#2
0
 public PSLinkConnectionCompute(LinkConnectionCompute linkConnectionCompute)
 {
     this.CoreCount   = linkConnectionCompute?.CoreCount;
     this.ComputeType = linkConnectionCompute?.ComputeType;
 }