EntityGetInsightsContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
EntityGetInsightsContent(DateTimeOffset, DateTimeOffset) |
Initializes a new instance of EntityGetInsightsContent. |
Properties
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. |
Explicit Interface Implementations
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
Azure SDK for .NET