Share via


ActivityEntityQueriesPropertiesQueryDefinitions Class

Definition

The Activity query definitions

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

Constructors

ActivityEntityQueriesPropertiesQueryDefinitions()

Creates an new ActivityEntityQueriesPropertiesQueryDefinitions instance.

Properties

Query

The Activity query to run on a given entity

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ActivityEntityQueriesPropertiesQueryDefinitions.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ActivityEntityQueriesPropertiesQueryDefinitions.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ActivityEntityQueriesPropertiesQueryDefinitions into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to