Class LinkConnectionSourceDatabase

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

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

    • LinkConnectionSourceDatabase

      public LinkConnectionSourceDatabase()
  • Method Details

    • getLinkedService

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

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

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

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