GetActivityCustomEntityQueryResult

data class GetActivityCustomEntityQueryResult(val azureApiVersion: String, val content: String? = null, val createdTimeUtc: String, val description: String? = null, val enabled: Boolean? = null, val entitiesFilter: Map<String, List<String>>? = null, val etag: String? = null, val id: String, val inputEntityType: String? = null, val kind: String, val lastModifiedTimeUtc: String, val name: String, val queryDefinitions: ActivityEntityQueriesPropertiesResponseQueryDefinitions? = null, val requiredInputFieldsSets: List<List<String>>? = null, val systemData: SystemDataResponse, val templateName: String? = null, val title: String? = null, val type: String)

Represents Activity entity query.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, content: String? = null, createdTimeUtc: String, description: String? = null, enabled: Boolean? = null, entitiesFilter: Map<String, List<String>>? = null, etag: String? = null, id: String, inputEntityType: String? = null, kind: String, lastModifiedTimeUtc: String, name: String, queryDefinitions: ActivityEntityQueriesPropertiesResponseQueryDefinitions? = null, requiredInputFieldsSets: List<List<String>>? = null, systemData: SystemDataResponse, templateName: String? = null, title: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val content: String? = null

The entity query content to display in timeline

Link copied to clipboard

The time the activity was created

Link copied to clipboard
val description: String? = null

The entity query description

Link copied to clipboard
val enabled: Boolean? = null

Determines whether this activity is enabled or disabled.

Link copied to clipboard

The query applied only to entities matching to all filters

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard
val inputEntityType: String? = null

The type of the query's source entity

Link copied to clipboard

The kind of the entity query Expected value is 'Activity'.

Link copied to clipboard

The last time the activity was updated

Link copied to clipboard

The name of the resource

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val templateName: String? = null

The template id this activity was created from

Link copied to clipboard
val title: String? = null

The entity query title

Link copied to clipboard

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