Class InsightQueryItemPropertiesReferenceTimeRange

java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesReferenceTimeRange

public final class InsightQueryItemPropertiesReferenceTimeRange extends Object
The insight chart query.
  • Constructor Details

    • InsightQueryItemPropertiesReferenceTimeRange

      public InsightQueryItemPropertiesReferenceTimeRange()
  • Method Details

    • beforeRange

      public String beforeRange()
      Get the beforeRange property: Additional query time for looking back.
      Returns:
      the beforeRange value.
    • withBeforeRange

      public InsightQueryItemPropertiesReferenceTimeRange withBeforeRange(String beforeRange)
      Set the beforeRange property: Additional query time for looking back.
      Parameters:
      beforeRange - the beforeRange value to set.
      Returns:
      the InsightQueryItemPropertiesReferenceTimeRange object itself.
    • validate

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