ApplicationInsightsComponentExportConfiguration interface
Properties that define a Continuous Export configuration.
Properties
| application |
The name of the Application Insights component. |
| container |
The name of the destination storage container. |
| destination |
The name of destination account. |
| destination |
The destination account location ID. |
| destination |
The destination storage account subscription ID. |
| destination |
The destination type. |
| export |
The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created. |
| export |
This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'. |
| instrumentation |
The instrumentation key of the Application Insights component. |
| is |
This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'. |
| last |
The last time the Continuous Export configuration started failing. |
| last |
The last time data was successfully delivered to the destination storage container for this Continuous Export configuration. |
| last |
Last time the Continuous Export configuration was updated. |
| notification |
Deprecated |
| permanent |
This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. |
| record |
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'. |
| resource |
The resource group of the Application Insights component. |
| storage |
The name of the destination storage account. |
| subscription |
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