Class LinkConnectionSourceDatabaseTypeProperties

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

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

    • LinkConnectionSourceDatabaseTypeProperties

      public LinkConnectionSourceDatabaseTypeProperties()
  • Method Details

    • getResourceId

      public String getResourceId()
      Get the resourceId property: Link connection source database server's resource id.
      Returns:
      the resourceId value.
    • setResourceId

      public LinkConnectionSourceDatabaseTypeProperties setResourceId(String resourceId)
      Set the resourceId property: Link connection source database server's resource id.
      Parameters:
      resourceId - the resourceId value to set.
      Returns:
      the LinkConnectionSourceDatabaseTypeProperties object itself.
    • getPrincipalId

      public String getPrincipalId()
      Get the principalId property: Link connection source database server's principal id.
      Returns:
      the principalId value.
    • setPrincipalId

      public LinkConnectionSourceDatabaseTypeProperties setPrincipalId(String principalId)
      Set the principalId property: Link connection source database server's principal id.
      Parameters:
      principalId - the principalId value to set.
      Returns:
      the LinkConnectionSourceDatabaseTypeProperties object itself.