EntityQueryItem Class

An abstract Query item for entity.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: InsightQueryItem.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
EntityQueryItem

Constructor

EntityQueryItem(*, name: Optional[str] = None, type: Optional[str] = None, **kwargs)

Variables

id
str

Query Template ARM ID.

name
str

Query Template ARM Name.

type
str

ARM Type.

kind
str or EntityQueryKind

Required. The kind of the entity query.Constant filled by server. Possible values include: "Expansion", "Insight", "Activity".