InsightQueryItem interface

Represents Insight Query.

Extends

Properties

kind

The kind of the entity query

properties

Properties bag for InsightQueryItem

Inherited Properties

id

Query Template ARM ID

name

Query Template ARM Name

type

ARM Type

Property Details

kind

The kind of the entity query

kind: "Insight"

Property Value

"Insight"

properties

Properties bag for InsightQueryItem

properties?: InsightQueryItemProperties

Property Value

Inherited Property Details

id

Query Template ARM ID

id?: string

Property Value

string

Inherited From EntityQueryItem.id

name

Query Template ARM Name

name?: string

Property Value

string

Inherited From EntityQueryItem.name

type

ARM Type

type?: string

Property Value

string

Inherited From EntityQueryItem.type