Class LinkedIntegrationRuntime

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

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

    • LinkedIntegrationRuntime

      public LinkedIntegrationRuntime()
  • Method Details

    • 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 data factory for which the linked integration runtime belong to.
      Returns:
      the dataFactoryName value.
    • dataFactoryLocation

      public String dataFactoryLocation()
      Get the dataFactoryLocation property: The location of the data factory 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.