Class IntegrationRuntimeReference

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

public final class IntegrationRuntimeReference extends Object
Integration runtime reference type.
  • Constructor Details

    • IntegrationRuntimeReference

      public IntegrationRuntimeReference()
  • Method Details

    • getType

      Get the type property: Type of integration runtime.
      Returns:
      the type value.
    • setType

      Set the type property: Type of integration runtime.
      Parameters:
      type - the type value to set.
      Returns:
      the IntegrationRuntimeReference object itself.
    • getReferenceName

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

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

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

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