GetAnalyticsItemResult

data class GetAnalyticsItemResult(val azureApiVersion: String, val content: String? = null, val id: String? = null, val name: String? = null, val properties: ApplicationInsightsComponentAnalyticsItemPropertiesResponse, val scope: String? = null, val timeCreated: String, val timeModified: String, val type: String? = null, val version: String)

Properties that define an Analytics item that is associated to an Application Insights component.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, content: String? = null, id: String? = null, name: String? = null, properties: ApplicationInsightsComponentAnalyticsItemPropertiesResponse, scope: String? = null, timeCreated: String, timeModified: String, type: String? = null, version: 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 content of this item

Link copied to clipboard
val id: String? = null

Internally assigned unique id of the item definition.

Link copied to clipboard
val name: String? = null

The user-defined name of the item.

Link copied to clipboard

A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.

Link copied to clipboard
val scope: String? = null

Enum indicating if this item definition is owned by a specific user or is shared between all users with access to the Application Insights component.

Link copied to clipboard

Date and time in UTC when this item was created.

Link copied to clipboard

Date and time in UTC of the last modification that was made to this item.

Link copied to clipboard
val type: String? = null

Enum indicating the type of the Analytics item.

Link copied to clipboard

This instance's version of the data model. This can change as new features are added.