Class LinkConnectionResource

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

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

    • LinkConnectionResource

      public LinkConnectionResource()
  • Method Details

    • getId

      public String getId()
      Get the id property: Link connection id.
      Returns:
      the id value.
    • setId

      public LinkConnectionResource setId(String id)
      Set the id property: Link connection id.
      Parameters:
      id - the id value to set.
      Returns:
      the LinkConnectionResource object itself.
    • getName

      public String getName()
      Get the name property: Link connection name.
      Returns:
      the name value.
    • setName

      public LinkConnectionResource setName(String name)
      Set the name property: Link connection name.
      Parameters:
      name - the name value to set.
      Returns:
      the LinkConnectionResource object itself.
    • getType

      public String getType()
      Get the type property: Link connection type.
      Returns:
      the type value.
    • setType

      public LinkConnectionResource setType(String type)
      Set the type property: Link connection type.
      Parameters:
      type - the type value to set.
      Returns:
      the LinkConnectionResource object itself.
    • getProperties

      public LinkConnection getProperties()
      Get the properties property: Properties of link connection.
      Returns:
      the properties value.
    • setProperties

      public LinkConnectionResource setProperties(LinkConnection properties)
      Set the properties property: Properties of link connection.
      Parameters:
      properties - the properties value to set.
      Returns:
      the LinkConnectionResource object itself.
    • getDescription

      public String getDescription()
      Get the description property: Link connection description.
      Returns:
      the description value.
    • setDescription

      public LinkConnectionResource setDescription(String description)
      Set the description property: Link connection description.
      Parameters:
      description - the description value to set.
      Returns:
      the LinkConnectionResource object itself.