Class SelfHostedIntegrationRuntime

java.lang.Object
com.azure.analytics.synapse.artifacts.models.IntegrationRuntime
com.azure.analytics.synapse.artifacts.models.SelfHostedIntegrationRuntime

public class SelfHostedIntegrationRuntime extends IntegrationRuntime
Self-hosted integration runtime.
  • Constructor Details

    • SelfHostedIntegrationRuntime

      public SelfHostedIntegrationRuntime()
  • Method Details

    • getLinkedInfo

      public LinkedIntegrationRuntimeType getLinkedInfo()
      Get the linkedInfo property: Linked integration runtime type from data factory.
      Returns:
      the linkedInfo value.
    • setLinkedInfo

      Set the linkedInfo property: Linked integration runtime type from data factory.
      Parameters:
      linkedInfo - the linkedInfo value to set.
      Returns:
      the SelfHostedIntegrationRuntime object itself.
    • setDescription

      public SelfHostedIntegrationRuntime setDescription(String description)
      Set the description property: Integration runtime description.
      Overrides:
      setDescription in class IntegrationRuntime
      Parameters:
      description - the description value to set.
      Returns:
      the IntegrationRuntime object itself.