Class LinkConnectionTargetDatabase

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

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

    • LinkConnectionTargetDatabase

      public LinkConnectionTargetDatabase()
  • Method Details

    • getLinkedService

      public LinkedServiceReference getLinkedService()
      Get the linkedService property: Linked service reference.
      Returns:
      the linkedService value.
    • setLinkedService

      public LinkConnectionTargetDatabase setLinkedService(LinkedServiceReference linkedService)
      Set the linkedService property: Linked service reference.
      Parameters:
      linkedService - the linkedService value to set.
      Returns:
      the LinkConnectionTargetDatabase object itself.
    • getTypeProperties

      public LinkConnectionTargetDatabaseTypeProperties getTypeProperties()
      Get the typeProperties property: Target database type properties.
      Returns:
      the typeProperties value.
    • setTypeProperties

      Set the typeProperties property: Target database type properties.
      Parameters:
      typeProperties - the typeProperties value to set.
      Returns:
      the LinkConnectionTargetDatabase object itself.