Class LinkedIntegrationRuntime


  • public final class LinkedIntegrationRuntime
    extends Object
    The linked integration runtime information.
    • Constructor Detail

      • LinkedIntegrationRuntime

        public LinkedIntegrationRuntime()
    • Method Detail

      • name

        public String name()
        Get the name property: The name of the linked integration runtime.
        Returns:
        the name value.
      • subscriptionId

        public String subscriptionId()
        Get the subscriptionId property: The subscription ID for which the linked integration runtime belong to.
        Returns:
        the subscriptionId value.
      • dataFactoryName

        public String dataFactoryName()
        Get the dataFactoryName property: The name of the workspace for which the linked integration runtime belong to.
        Returns:
        the dataFactoryName value.
      • dataFactoryLocation

        public String dataFactoryLocation()
        Get the dataFactoryLocation property: The location of the workspace for which the linked integration runtime belong to.
        Returns:
        the dataFactoryLocation value.
      • createTime

        public OffsetDateTime createTime()
        Get the createTime property: The creating time of the linked integration runtime.
        Returns:
        the createTime value.
      • validate

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