Class LinkConnectionCompute

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

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

    • LinkConnectionCompute

      public LinkConnectionCompute()
  • Method Details

    • getCoreCount

      public Integer getCoreCount()
      Get the coreCount property: Link connection's compute core count.
      Returns:
      the coreCount value.
    • setCoreCount

      public LinkConnectionCompute setCoreCount(Integer coreCount)
      Set the coreCount property: Link connection's compute core count.
      Parameters:
      coreCount - the coreCount value to set.
      Returns:
      the LinkConnectionCompute object itself.
    • getComputeType

      public String getComputeType()
      Get the computeType property: Link connection's compute type.
      Returns:
      the computeType value.
    • setComputeType

      public LinkConnectionCompute setComputeType(String computeType)
      Set the computeType property: Link connection's compute type.
      Parameters:
      computeType - the computeType value to set.
      Returns:
      the LinkConnectionCompute object itself.