Share via


IncidentEntitiesResponse Class

Definition

The incident related entities response.

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

Constructors

IncidentEntitiesResponse()

Creates an new IncidentEntitiesResponse instance.

Properties

Entity

Array of the incident related entities.

MetaData

The metadata from the incident related entities results.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentEntitiesResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentEntitiesResponse.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentEntitiesResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to