ActivityEntityQuery interface
Represents Activity entity query.
- Extends
Properties
content | The entity query content to display in timeline |
created |
The time the activity was created NOTE: This property will not be serialized. It can only be populated by the server. |
description | The entity query description |
enabled | Determines whether this activity is enabled or disabled. |
entities |
The query applied only to entities matching to all filters |
input |
The type of the query's source entity |
kind | Polymorphic discriminator, which specifies the different types this object can be |
last |
The last time the activity was updated NOTE: This property will not be serialized. It can only be populated by the server. |
query |
The Activity query definitions |
required |
List of the fields of the source entity that are required to run the query |
template |
The template id this activity was created from |
title | The entity query title |
Inherited Properties
etag | Etag of the azure resource |
id | 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. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server. |
type | 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. |
Property Details
content
The entity query content to display in timeline
content?: string
Property Value
string
createdTimeUtc
The time the activity was created NOTE: This property will not be serialized. It can only be populated by the server.
createdTimeUtc?: Date
Property Value
Date
description
The entity query description
description?: string
Property Value
string
enabled
Determines whether this activity is enabled or disabled.
enabled?: boolean
Property Value
boolean
entitiesFilter
The query applied only to entities matching to all filters
entitiesFilter?: {[propertyName: string]: string[]}
Property Value
{[propertyName: string]: string[]}
inputEntityType
The type of the query's source entity
inputEntityType?: string
Property Value
string
kind
Polymorphic discriminator, which specifies the different types this object can be
kind: "Activity"
Property Value
"Activity"
lastModifiedTimeUtc
The last time the activity was updated NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedTimeUtc?: Date
Property Value
Date
queryDefinitions
The Activity query definitions
queryDefinitions?: ActivityEntityQueriesPropertiesQueryDefinitions
Property Value
requiredInputFieldsSets
List of the fields of the source entity that are required to run the query
requiredInputFieldsSets?: string[][]
Property Value
string[][]
templateName
The template id this activity was created from
templateName?: string
Property Value
string
title
The entity query title
title?: string
Property Value
string
Inherited Property Details
etag
id
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.
id?: string
Property Value
string
Inherited From EntityQuery.id
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From EntityQuery.name
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.
systemData?: SystemData
Property Value
Inherited From EntityQuery.systemData
type
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.
type?: string
Property Value
string
Inherited From EntityQuery.type
Azure SDK for JavaScript