Class IntegrationRuntimeStatus

java.lang.Object
com.azure.resourcemanager.datafactory.models.IntegrationRuntimeStatus
Direct Known Subclasses:
ManagedIntegrationRuntimeStatus, SelfHostedIntegrationRuntimeStatus

public class IntegrationRuntimeStatus extends Object
Integration runtime status.
  • Constructor Details

    • IntegrationRuntimeStatus

      public IntegrationRuntimeStatus()
  • Method Details

    • dataFactoryName

      public String dataFactoryName()
      Get the dataFactoryName property: The data factory name which the integration runtime belong to.
      Returns:
      the dataFactoryName value.
    • state

      public IntegrationRuntimeState state()
      Get the state property: The state of integration runtime.
      Returns:
      the state value.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: Integration runtime status.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public IntegrationRuntimeStatus withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: Integration runtime status.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the IntegrationRuntimeStatus object itself.
    • validate

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