你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EntityGetInsightsContent Class

Definition

The parameters required to execute insights operation on the given entity.

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

Constructors

Name Description
EntityGetInsightsContent(DateTimeOffset, DateTimeOffset)

Initializes a new instance of EntityGetInsightsContent.

Properties

Name Description
EndOn

The end timeline date, so the results returned are before this date.

InsightQueryIds

List of Insights Query Id. If empty, default value is all insights of this entity.

IsDefaultExtendedTimeRangeAdded

Indicates if query time range should be extended with default time range of the query. Default value is false.

StartOn

The start timeline date, so the results returned are after this date.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<EntityGetInsightsContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityGetInsightsContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityGetInsightsContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityGetInsightsContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityGetInsightsContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to