Share via


InsightQueryItemPropertiesReferenceTimeRange Class

Definition

The insight chart query.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InsightQueryItemPropertiesReferenceTimeRangeTypeConverter))]
public class InsightQueryItemPropertiesReferenceTimeRange : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightQueryItemPropertiesReferenceTimeRange
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.InsightQueryItemPropertiesReferenceTimeRangeTypeConverter))>]
type InsightQueryItemPropertiesReferenceTimeRange = class
    interface IInsightQueryItemPropertiesReferenceTimeRange
    interface IJsonSerializable
Public Class InsightQueryItemPropertiesReferenceTimeRange
Implements IInsightQueryItemPropertiesReferenceTimeRange
Inheritance
InsightQueryItemPropertiesReferenceTimeRange
Attributes
Implements

Constructors

InsightQueryItemPropertiesReferenceTimeRange()

Creates an new InsightQueryItemPropertiesReferenceTimeRange instance.

Properties

BeforeRange

Additional query time for looking back.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightQueryItemPropertiesReferenceTimeRange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightQueryItemPropertiesReferenceTimeRange.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IInsightQueryItemPropertiesReferenceTimeRange.

FromJsonString(String)

Creates a new instance of InsightQueryItemPropertiesReferenceTimeRange, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightQueryItemPropertiesReferenceTimeRange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to