Share via


SecurityInsightsIncidentEntitiesMetadata Class

Definition

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

public class SecurityInsightsIncidentEntitiesMetadata
public class SecurityInsightsIncidentEntitiesMetadata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsIncidentEntitiesMetadata>
type SecurityInsightsIncidentEntitiesMetadata = class
type SecurityInsightsIncidentEntitiesMetadata = class
    interface IJsonModel<SecurityInsightsIncidentEntitiesMetadata>
    interface IPersistableModel<SecurityInsightsIncidentEntitiesMetadata>
Public Class SecurityInsightsIncidentEntitiesMetadata
Public Class SecurityInsightsIncidentEntitiesMetadata
Implements IJsonModel(Of SecurityInsightsIncidentEntitiesMetadata), IPersistableModel(Of SecurityInsightsIncidentEntitiesMetadata)
Inheritance
SecurityInsightsIncidentEntitiesMetadata
Implements

Properties

Count

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

EntityKind

The kind of the aggregated entity.

Explicit Interface Implementations

IJsonModel<SecurityInsightsIncidentEntitiesMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SecurityInsightsIncidentEntitiesMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SecurityInsightsIncidentEntitiesMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SecurityInsightsIncidentEntitiesMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SecurityInsightsIncidentEntitiesMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to