EntityGetInsightsParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters required to execute insights operation on the given entity.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityGetInsightsParametersTypeConverter))]
public class EntityGetInsightsParameters : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityGetInsightsParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EntityGetInsightsParametersTypeConverter))>]
type EntityGetInsightsParameters = class
interface IEntityGetInsightsParameters
interface IJsonSerializable
Public Class EntityGetInsightsParameters
Implements IEntityGetInsightsParameters
- Inheritance
-
EntityGetInsightsParameters
- Attributes
- Implements
Constructors
EntityGetInsightsParameters() |
Creates an new EntityGetInsightsParameters instance. |
Properties
AddDefaultExtendedTimeRange |
Indicates if query time range should be extended with default time range of the query. Default value is false |
EndTime |
The end timeline date, so the results returned are before this date. |
InsightQueryId |
List of Insights Query Id. If empty, default value is all insights of this entity |
StartTime |
The start timeline date, so the results returned are after this date. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EntityGetInsightsParameters. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EntityGetInsightsParameters. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityGetInsightsParameters. |
FromJsonString(String) |
Creates a new instance of EntityGetInsightsParameters, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EntityGetInsightsParameters into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |