ActivityEntityQueryTemplate interface

Represents Activity entity query.

Extends

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

inputEntityType

The type of the query's source entity

kind

the entity query template kind

queryDefinitions

The Activity query definitions

requiredInputFieldsSets

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

title

The entity query title

Inherited Properties

id

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

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

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

Property Details

content

The entity query content to display in timeline

content?: string

Property Value

string

dataTypes

List of required data types for the given entity query template

dataTypes?: DataTypeDefinitions[]

Property Value

description

The entity query description

description?: string

Property Value

string

entitiesFilter

The query applied only to entities matching to all filters

entitiesFilter?: Record<string, string[]>

Property Value

Record<string, string[]>

inputEntityType

The type of the query's source entity

inputEntityType?: string

Property Value

string

kind

the entity query template kind

kind: "Activity"

Property Value

"Activity"

queryDefinitions

The Activity query definitions

queryDefinitions?: ActivityEntityQueryTemplatePropertiesQueryDefinitions

Property Value

requiredInputFieldsSets

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

requiredInputFieldsSets?: string[][]

Property Value

string[][]

title

The entity query title

title?: string

Property Value

string

Inherited Property Details

id

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

id?: string

Property Value

string

Inherited From EntityQueryTemplate.id

name

The name of the resource

name?: string

Property Value

string

Inherited From EntityQueryTemplate.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From EntityQueryTemplate.systemData

type

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

type?: string

Property Value

string

Inherited From EntityQueryTemplate.type