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

ActivityEntityQueriesProperties Class

Definition

Describes activity entity query properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesTypeConverter))]
public class ActivityEntityQueriesProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActivityEntityQueriesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.ActivityEntityQueriesPropertiesTypeConverter))>]
type ActivityEntityQueriesProperties = class
    interface IActivityEntityQueriesProperties
    interface IJsonSerializable
Public Class ActivityEntityQueriesProperties
Implements IActivityEntityQueriesProperties
Inheritance
ActivityEntityQueriesProperties
Attributes
Implements

Constructors

ActivityEntityQueriesProperties()

Creates an new ActivityEntityQueriesProperties instance.

Properties

Content

The entity query content to display in timeline

CreatedTimeUtc

The time the activity was created

Description

The entity query description

Enabled

Determines whether this activity is enabled or disabled.

EntitiesFilter

The query applied only to entities matching to all filters

InputEntityType

The type of the query's source entity

LastModifiedTimeUtc

The last time the activity was updated

QueryDefinitionQuery

The Activity query to run on a given entity

RequiredInputFieldsSet

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

TemplateName

The template id this activity was created from

Title

The entity query title

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivityEntityQueriesProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivityEntityQueriesProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IActivityEntityQueriesProperties.

FromJsonString(String)

Creates a new instance of ActivityEntityQueriesProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivityEntityQueriesProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to