Class IntegrationRuntimeStatusResponseInner

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.IntegrationRuntimeStatusResponseInner

public final class IntegrationRuntimeStatusResponseInner extends Object
Integration runtime status response.
  • Constructor Details

    • IntegrationRuntimeStatusResponseInner

      public IntegrationRuntimeStatusResponseInner()
  • Method Details

    • name

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

      public IntegrationRuntimeStatus properties()
      Get the properties property: Integration runtime properties.
      Returns:
      the properties value.
    • withProperties

      Set the properties property: Integration runtime properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the IntegrationRuntimeStatusResponseInner object itself.
    • validate

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