Share via


EntityGetInsightsResponse Class

Definition

The Get Insights result operation response.

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

Constructors

EntityGetInsightsResponse()

Creates an new EntityGetInsightsResponse instance.

Properties

MetaDataError

information about the failed queries

MetaDataTotalCount

the total items found for the insights request

Value

The insights result values.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EntityGetInsightsResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EntityGetInsightsResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EntityGetInsightsResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to