Share via


InsightQueryItemPropertiesDefaultTimeRange Class

Definition

The insight chart query.

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

Constructors

InsightQueryItemPropertiesDefaultTimeRange()

Creates an new InsightQueryItemPropertiesDefaultTimeRange instance.

Properties

AfterRange

The padding for the end time of the query.

BeforeRange

The padding for the start time of the query.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InsightQueryItemPropertiesDefaultTimeRange.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InsightQueryItemPropertiesDefaultTimeRange.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of InsightQueryItemPropertiesDefaultTimeRange into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to