Class IntegrationRuntimeEnableinteractivequeryInner

java.lang.Object
com.azure.resourcemanager.synapse.fluent.models.IntegrationRuntimeEnableinteractivequeryInner

public final class IntegrationRuntimeEnableinteractivequeryInner extends Object
Integration Runtime Operation Status Properties.
  • Constructor Details

    • IntegrationRuntimeEnableinteractivequeryInner

      public IntegrationRuntimeEnableinteractivequeryInner()
      Creates an instance of IntegrationRuntimeEnableinteractivequeryInner class.
  • Method Details

    • status

      public WorkspaceStatus status()
      Get the status property: EnableInteractivequery status of Integrationruntimes.
      Returns:
      the status value.
    • withStatus

      Set the status property: EnableInteractivequery status of Integrationruntimes.
      Parameters:
      status - the status value to set.
      Returns:
      the IntegrationRuntimeEnableinteractivequeryInner object itself.
    • name

      public String name()
      Get the name property: The operation name.
      Returns:
      the name value.
    • withName

      Set the name property: The operation name.
      Parameters:
      name - the name value to set.
      Returns:
      the IntegrationRuntimeEnableinteractivequeryInner object itself.
    • properties

      public Object properties()
      Get the properties property: The operation properties.
      Returns:
      the properties value.
    • withProperties

      public IntegrationRuntimeEnableinteractivequeryInner withProperties(Object properties)
      Set the properties property: The operation properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the IntegrationRuntimeEnableinteractivequeryInner object itself.
    • error

      public String error()
      Get the error property: The operation error message.
      Returns:
      the error value.
    • withError

      Set the error property: The operation error message.
      Parameters:
      error - the error value to set.
      Returns:
      the IntegrationRuntimeEnableinteractivequeryInner object itself.
    • validate

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