Class LinkConnection

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkConnection

public final class LinkConnection extends Object
The LinkConnection model.
  • Constructor Details

    • LinkConnection

      public LinkConnection()
  • Method Details

    • getSourceDatabase

      public LinkConnectionSourceDatabase getSourceDatabase()
      Get the sourceDatabase property: Properties of link connection's source database.
      Returns:
      the sourceDatabase value.
    • setSourceDatabase

      public LinkConnection setSourceDatabase(LinkConnectionSourceDatabase sourceDatabase)
      Set the sourceDatabase property: Properties of link connection's source database.
      Parameters:
      sourceDatabase - the sourceDatabase value to set.
      Returns:
      the LinkConnection object itself.
    • getTargetDatabase

      public LinkConnectionTargetDatabase getTargetDatabase()
      Get the targetDatabase property: Properties of link connection's target database.
      Returns:
      the targetDatabase value.
    • setTargetDatabase

      public LinkConnection setTargetDatabase(LinkConnectionTargetDatabase targetDatabase)
      Set the targetDatabase property: Properties of link connection's target database.
      Parameters:
      targetDatabase - the targetDatabase value to set.
      Returns:
      the LinkConnection object itself.
    • getLandingZone

      public LinkConnectionLandingZone getLandingZone()
      Get the landingZone property: Properties of link connection's landing zone.
      Returns:
      the landingZone value.
    • setLandingZone

      public LinkConnection setLandingZone(LinkConnectionLandingZone landingZone)
      Set the landingZone property: Properties of link connection's landing zone.
      Parameters:
      landingZone - the landingZone value to set.
      Returns:
      the LinkConnection object itself.
    • getCompute

      public LinkConnectionCompute getCompute()
      Get the compute property: Properties of link connection's compute.
      Returns:
      the compute value.
    • setCompute

      public LinkConnection setCompute(LinkConnectionCompute compute)
      Set the compute property: Properties of link connection's compute.
      Parameters:
      compute - the compute value to set.
      Returns:
      the LinkConnection object itself.