InsightQueryItemProperties 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.
Represents Insight Query.
public class InsightQueryItemProperties : Azure.ResourceManager.SecurityInsights.Models.EntityQueryItemProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.InsightQueryItemProperties>
type InsightQueryItemProperties = class
inherit EntityQueryItemProperties
interface IJsonModel<InsightQueryItemProperties>
interface IPersistableModel<InsightQueryItemProperties>
Public Class InsightQueryItemProperties
Inherits EntityQueryItemProperties
Implements IJsonModel(Of InsightQueryItemProperties), IPersistableModel(Of InsightQueryItemProperties)
- Inheritance
- Implements
Properties
AdditionalQuery |
The activity query definitions. |
BaseQuery |
The base query of the insight. |
BeforeRange |
Additional query time for looking back. |
ChartQuery |
The insight chart query. To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
DataTypes |
Data types for template. (Inherited from EntityQueryItemProperties) |
DefaultTimeRange |
The insight chart query. |
Description |
The insight description. |
DisplayName |
The insight display name. |
EntitiesFilter |
The query applied only to entities matching to all filters To assign an object to this property use FromObjectAsJson<T>(T, JsonSerializerOptions). To assign an already formatted json string to this property use FromString(String). Examples:
|
InputEntityType |
The type of the entity. (Inherited from EntityQueryItemProperties) |
RequiredInputFieldsSets |
Data types for template. (Inherited from EntityQueryItemProperties) |
TableQuery |
The insight table query. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET