Class IntegrationRuntime

    • Constructor Detail

      • IntegrationRuntime

        public IntegrationRuntime()
    • Method Detail

      • description

        public String description()
        Get the description property: Integration runtime description.
        Returns:
        the description value.
      • withDescription

        public IntegrationRuntime withDescription​(String description)
        Set the description property: Integration runtime description.
        Parameters:
        description - the description value to set.
        Returns:
        the IntegrationRuntime object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public IntegrationRuntime withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Azure Synapse nested object which serves as a compute resource for activities.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the IntegrationRuntime object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.