Class LinkedIntegrationRuntimeRequest

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedIntegrationRuntimeRequest

public final class LinkedIntegrationRuntimeRequest extends Object
Data factory name for linked integration runtime request.
  • Constructor Details

    • LinkedIntegrationRuntimeRequest

      public LinkedIntegrationRuntimeRequest()
  • Method Details

    • linkedFactoryName

      public String linkedFactoryName()
      Get the linkedFactoryName property: The data factory name for linked integration runtime.
      Returns:
      the linkedFactoryName value.
    • withLinkedFactoryName

      public LinkedIntegrationRuntimeRequest withLinkedFactoryName(String linkedFactoryName)
      Set the linkedFactoryName property: The data factory name for linked integration runtime.
      Parameters:
      linkedFactoryName - the linkedFactoryName value to set.
      Returns:
      the LinkedIntegrationRuntimeRequest object itself.
    • validate

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