GetComponentResult

data class GetComponentResult(val appId: String, val applicationId: String, val applicationType: String, val azureApiVersion: String, val connectionString: String, val creationDate: String, val disableIpMasking: Boolean? = null, val disableLocalAuth: Boolean? = null, val etag: String? = null, val flowType: String? = null, val forceCustomerStorageForProfiler: Boolean? = 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 laMigrationDate: String, val location: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val publicNetworkAccessForIngestion: String? = null, val publicNetworkAccessForQuery: String? = null, val requestSource: String? = null, val retentionInDays: Int? = null, val samplingPercentage: Double? = null, val tags: Map<String, String>? = null, val tenantId: String, val type: String, val workspaceResourceId: String? = null)

An Application Insights component definition.

Constructors

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

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

The Azure API version of the resource.

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

Disable Non-AAD based Auth.

Link copied to clipboard
val etag: String? = null

Resource etag

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

Force users to create their own storage account for profiler and debugger.

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

The date which the component got migrated to LA, in ISO 8601 format.

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

The network access type for accessing Application Insights ingestion.

Link copied to clipboard

The network access type for accessing Application Insights query.

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

Link copied to clipboard

Resource Id of the log analytics workspace which the data will be ingested to. This property is required to create an application with this API version. Applications from older versions will not have this property.