GetComponentResult

data class GetComponentResult(val appId: String, val applicationId: String, val applicationType: String, val connectionString: String, val creationDate: String, val disableIpMasking: Boolean? = null, val flowType: String? = null, val hockeyAppId: String? = null, val hockeyAppToken: String, val id: String, val immediatePurgeDataOn30Days: Boolean? = null, val ingestionMode: String? = null, val instrumentationKey: String, val kind: String, val location: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val requestSource: String? = null, val retentionInDays: Int? = null, val samplingPercentage: Double? = null, val tags: Map<String, String>? = null, val tenantId: String, val type: String)

An Application Insights component definition.

Constructors

Link copied to clipboard
constructor(appId: String, applicationId: String, applicationType: String, connectionString: String, creationDate: String, disableIpMasking: Boolean? = null, flowType: String? = null, hockeyAppId: String? = null, hockeyAppToken: String, id: String, immediatePurgeDataOn30Days: Boolean? = null, ingestionMode: String? = null, instrumentationKey: String, kind: String, location: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, requestSource: String? = null, retentionInDays: Int? = null, samplingPercentage: Double? = null, tags: Map<String, String>? = null, tenantId: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Application Insights Unique ID for your Application.

Link copied to clipboard

The unique ID of your application. This field mirrors the 'Name' field and cannot be changed.

Link copied to clipboard

Type of application being monitored.

Link copied to clipboard

Application Insights component connection string.

Link copied to clipboard

Creation Date for the Application Insights component, in ISO 8601 format.

Link copied to clipboard

Disable IP masking.

Link copied to clipboard
val flowType: String? = null

Used by the Application Insights system to determine what kind of flow this component was created by. This is to be set to 'Bluefield' when creating/updating a component via the REST API.

Link copied to clipboard
val hockeyAppId: String? = null

The unique application ID created when a new application is added to HockeyApp, used for communications with HockeyApp.

Link copied to clipboard

Token used to authenticate communications with between Application Insights and HockeyApp.

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

Purge data immediately after 30 days.

Link copied to clipboard
val ingestionMode: String? = null

Indicates the flow of the ingestion.

Link copied to clipboard

Application Insights Instrumentation key. A read-only value that applications can use to identify the destination for all telemetry sent to Azure Application Insights. This value will be supplied upon construction of each new Application Insights component.

Link copied to clipboard

The kind of application that this component refers to, used to customize UI. This value is a freeform string, values should typically be one of the following: web, ios, other, store, java, phone.

Link copied to clipboard

Resource location

Link copied to clipboard

Azure resource name

Link copied to clipboard

List of linked private link scope resources.

Link copied to clipboard

Current state of this component: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Succeeded, Deploying, Canceled, and Failed.

Link copied to clipboard
val requestSource: String? = null

Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

Link copied to clipboard
val retentionInDays: Int? = null

Retention period in days.

Link copied to clipboard

Percentage of the data produced by the application being monitored that is being sampled for Application Insights telemetry.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags

Link copied to clipboard

Azure Tenant Id.

Link copied to clipboard

Azure resource type