Share via


EntityInsightItemQueryTimeInterval Class

Definition

The Time interval that the query actually executed on.

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

Constructors

EntityInsightItemQueryTimeInterval()

Creates an new EntityInsightItemQueryTimeInterval instance.

Properties

EndTime

Insight query end time

StartTime

Insight query start time

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityInsightItemQueryTimeInterval.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityInsightItemQueryTimeInterval.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityInsightItemQueryTimeInterval into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to