次の方法で共有


ActivityEntityQueryTemplate Class

Definition

Represents Activity entity query.

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

Constructors

ActivityEntityQueryTemplate()

Initializes a new instance of ActivityEntityQueryTemplate.

Properties

Content

The entity query content to display in timeline.

DataTypes

List of required data types for the given entity query template.

Description

The entity query description.

EntitiesFilter

The query applied only to entities matching to all filters.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InputEntityType

The type of the query's source entity.

Name

The name of the resource.

(Inherited from ResourceData)
QueryDefinitions

The Activity query definitions.

RequiredInputFieldsSets

List of the fields of the source entity that are required to run the query.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Title

The entity query title.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<ActivityEntityQueryTemplate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ActivityEntityQueryTemplate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SecurityInsightsEntityQueryTemplateData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsEntityQueryTemplateData)
IJsonModel<SecurityInsightsEntityQueryTemplateData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SecurityInsightsEntityQueryTemplateData)
IPersistableModel<ActivityEntityQueryTemplate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ActivityEntityQueryTemplate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ActivityEntityQueryTemplate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SecurityInsightsEntityQueryTemplateData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SecurityInsightsEntityQueryTemplateData)
IPersistableModel<SecurityInsightsEntityQueryTemplateData>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from SecurityInsightsEntityQueryTemplateData)
IPersistableModel<SecurityInsightsEntityQueryTemplateData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SecurityInsightsEntityQueryTemplateData)

Applies to