Class InsightQueryItemPropertiesReferenceTimeRange
java.lang.Object
com.azure.resourcemanager.securityinsights.models.InsightQueryItemPropertiesReferenceTimeRange
The insight chart query.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the beforeRange property: Additional query time for looking back.void
validate()
Validates the instance.withBeforeRange
(String beforeRange) Set the beforeRange property: Additional query time for looking back.
-
Constructor Details
-
InsightQueryItemPropertiesReferenceTimeRange
public InsightQueryItemPropertiesReferenceTimeRange()
-
-
Method Details
-
beforeRange
Get the beforeRange property: Additional query time for looking back.- Returns:
- the beforeRange value.
-
withBeforeRange
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.
-