Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActivityEntityQuery

Package version

Represents Activity entity query.

Hierarchy

Index

Properties

Optional content

content: undefined | string

The entity query content to display in timeline

Optional createdTimeUtc

createdTimeUtc: Date

The time the activity was created NOTE: This property will not be serialized. It can only be populated by the server.

Optional description

description: undefined | string

The entity query description

Optional enabled

enabled: undefined | false | true

Determines whether this activity is enabled or disabled.

Optional entitiesFilter

entitiesFilter: undefined | {}

The query applied only to entities matching to all filters

Optional etag

etag: undefined | string

Etag of the azure resource

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional inputEntityType

inputEntityType: EntityType

The type of the query's source entity

kind

kind: "Activity"

Polymorphic discriminator, which specifies the different types this object can be

Optional lastModifiedTimeUtc

lastModifiedTimeUtc: Date

The last time the activity was updated NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

Optional queryDefinitions

The Activity query definitions

Optional requiredInputFieldsSets

requiredInputFieldsSets: string[][]

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

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

Optional templateName

templateName: undefined | string

The template id this activity was created from

Optional title

title: undefined | string

The entity query title

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc