Share via


IncidentEntitiesResultsMetadata Class

Definition

Information of a specific aggregation in the incident related entities result.

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

Constructors

IncidentEntitiesResultsMetadata()

Creates an new IncidentEntitiesResultsMetadata instance.

Properties

Count

Total number of aggregations of the given kind in the incident related entities result.

EntityKind

The kind of the aggregated entity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IncidentEntitiesResultsMetadata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IncidentEntitiesResultsMetadata.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of IncidentEntitiesResultsMetadata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to