Class IntegrationRuntimeDataProxyProperties

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

public final class IntegrationRuntimeDataProxyProperties extends Object
Data proxy properties for a managed dedicated integration runtime.
  • Constructor Details

    • IntegrationRuntimeDataProxyProperties

      public IntegrationRuntimeDataProxyProperties()
  • Method Details

    • getConnectVia

      public EntityReference getConnectVia()
      Get the connectVia property: The self-hosted integration runtime reference.
      Returns:
      the connectVia value.
    • setConnectVia

      public IntegrationRuntimeDataProxyProperties setConnectVia(EntityReference connectVia)
      Set the connectVia property: The self-hosted integration runtime reference.
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the IntegrationRuntimeDataProxyProperties object itself.
    • getStagingLinkedService

      public EntityReference getStagingLinkedService()
      Get the stagingLinkedService property: The staging linked service reference.
      Returns:
      the stagingLinkedService value.
    • setStagingLinkedService

      public IntegrationRuntimeDataProxyProperties setStagingLinkedService(EntityReference stagingLinkedService)
      Set the stagingLinkedService property: The staging linked service reference.
      Parameters:
      stagingLinkedService - the stagingLinkedService value to set.
      Returns:
      the IntegrationRuntimeDataProxyProperties object itself.
    • getPath

      public String getPath()
      Get the path property: The path to contain the staged data in the Blob storage.
      Returns:
      the path value.
    • setPath

      Set the path property: The path to contain the staged data in the Blob storage.
      Parameters:
      path - the path value to set.
      Returns:
      the IntegrationRuntimeDataProxyProperties object itself.