Class CreateLinkedIntegrationRuntimeRequest


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

      • CreateLinkedIntegrationRuntimeRequest

        public CreateLinkedIntegrationRuntimeRequest()
    • Method Detail

      • name

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

        public CreateLinkedIntegrationRuntimeRequest withName​(String name)
        Set the name property: The name of the linked integration runtime.
        Parameters:
        name - the name value to set.
        Returns:
        the CreateLinkedIntegrationRuntimeRequest object itself.
      • subscriptionId

        public String subscriptionId()
        Get the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.
        Returns:
        the subscriptionId value.
      • withSubscriptionId

        public CreateLinkedIntegrationRuntimeRequest withSubscriptionId​(String subscriptionId)
        Set the subscriptionId property: The ID of the subscription that the linked integration runtime belongs to.
        Parameters:
        subscriptionId - the subscriptionId value to set.
        Returns:
        the CreateLinkedIntegrationRuntimeRequest object itself.
      • dataFactoryName

        public String dataFactoryName()
        Get the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.
        Returns:
        the dataFactoryName value.
      • withDataFactoryName

        public CreateLinkedIntegrationRuntimeRequest withDataFactoryName​(String dataFactoryName)
        Set the dataFactoryName property: The name of the data factory that the linked integration runtime belongs to.
        Parameters:
        dataFactoryName - the dataFactoryName value to set.
        Returns:
        the CreateLinkedIntegrationRuntimeRequest object itself.
      • dataFactoryLocation

        public String dataFactoryLocation()
        Get the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.
        Returns:
        the dataFactoryLocation value.
      • withDataFactoryLocation

        public CreateLinkedIntegrationRuntimeRequest withDataFactoryLocation​(String dataFactoryLocation)
        Set the dataFactoryLocation property: The location of the data factory that the linked integration runtime belongs to.
        Parameters:
        dataFactoryLocation - the dataFactoryLocation value to set.
        Returns:
        the CreateLinkedIntegrationRuntimeRequest object itself.
      • validate

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