ApplicationInsightsComponentExportConfiguration interface

Properties that define a Continuous Export configuration.

Properties

applicationName

The name of the Application Insights component.

containerName

The name of the destination storage container.

destinationAccountId

The name of destination account.

destinationStorageLocationId

The destination account location ID.

destinationStorageSubscriptionId

The destination storage account subscription ID.

destinationType

The destination type.

exportId

The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.

exportStatus

This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.

instrumentationKey

The instrumentation key of the Application Insights component.

isUserEnabled

This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.

lastGapTime

The last time the Continuous Export configuration started failing.

lastSuccessTime

The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.

lastUserUpdate

Last time the Continuous Export configuration was updated.

notificationQueueEnabled

Deprecated

permanentErrorReason

This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.

recordTypes

This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.

resourceGroup

The resource group of the Application Insights component.

storageName

The name of the destination storage account.

subscriptionId

The subscription of the Application Insights component.

Property Details

applicationName

The name of the Application Insights component.

applicationName?: string

Property Value

string

containerName

The name of the destination storage container.

containerName?: string

Property Value

string

destinationAccountId

The name of destination account.

destinationAccountId?: string

Property Value

string

destinationStorageLocationId

The destination account location ID.

destinationStorageLocationId?: string

Property Value

string

destinationStorageSubscriptionId

The destination storage account subscription ID.

destinationStorageSubscriptionId?: string

Property Value

string

destinationType

The destination type.

destinationType?: string

Property Value

string

exportId

The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.

exportId?: string

Property Value

string

exportStatus

This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.

exportStatus?: string

Property Value

string

instrumentationKey

The instrumentation key of the Application Insights component.

instrumentationKey?: string

Property Value

string

isUserEnabled

This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.

isUserEnabled?: string

Property Value

string

lastGapTime

The last time the Continuous Export configuration started failing.

lastGapTime?: string

Property Value

string

lastSuccessTime

The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.

lastSuccessTime?: string

Property Value

string

lastUserUpdate

Last time the Continuous Export configuration was updated.

lastUserUpdate?: string

Property Value

string

notificationQueueEnabled

Deprecated

notificationQueueEnabled?: string

Property Value

string

permanentErrorReason

This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.

permanentErrorReason?: string

Property Value

string

recordTypes

This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.

recordTypes?: string

Property Value

string

resourceGroup

The resource group of the Application Insights component.

resourceGroup?: string

Property Value

string

storageName

The name of the destination storage account.

storageName?: string

Property Value

string

subscriptionId

The subscription of the Application Insights component.

subscriptionId?: string

Property Value

string