Class LinkedServiceReference

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

public final class LinkedServiceReference extends Object
Linked service reference type.
  • Constructor Details

    • LinkedServiceReference

      public LinkedServiceReference()
  • Method Details

    • getType

      public Type getType()
      Get the type property: Linked service reference type.
      Returns:
      the type value.
    • setType

      public LinkedServiceReference setType(Type type)
      Set the type property: Linked service reference type.
      Parameters:
      type - the type value to set.
      Returns:
      the LinkedServiceReference object itself.
    • getReferenceName

      public String getReferenceName()
      Get the referenceName property: Reference LinkedService name.
      Returns:
      the referenceName value.
    • setReferenceName

      public LinkedServiceReference setReferenceName(String referenceName)
      Set the referenceName property: Reference LinkedService name.
      Parameters:
      referenceName - the referenceName value to set.
      Returns:
      the LinkedServiceReference object itself.
    • getParameters

      public Map<String,Object> getParameters()
      Get the parameters property: Arguments for LinkedService.
      Returns:
      the parameters value.
    • setParameters

      public LinkedServiceReference setParameters(Map<String,Object> parameters)
      Set the parameters property: Arguments for LinkedService.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedServiceReference object itself.