Skip to main content

export_configurations

Overview

Nameexport_configurations
TypeResource
Idazure.application_insights.export_configurations

Fields

NameDatatypeDescription
ApplicationNamestringThe name of the Application Insights component.
ContainerNamestringThe name of the destination storage container.
DestinationAccountIdstringThe name of destination account.
DestinationStorageLocationIdstringThe destination account location ID.
DestinationStorageSubscriptionIdstringThe destination storage account subscription ID.
DestinationTypestringThe destination type.
ExportIdstringThe unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
ExportStatusstringThis indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
InstrumentationKeystringThe instrumentation key of the Application Insights component.
IsUserEnabledstringThis will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
LastGapTimestringThe last time the Continuous Export configuration started failing.
LastSuccessTimestringThe last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
LastUserUpdatestringLast time the Continuous Export configuration was updated.
NotificationQueueEnabledstringDeprecated
PermanentErrorReasonstringThis is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
RecordTypesstringThis comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
ResourceGroupstringThe resource group of the Application Insights component.
StorageNamestringThe name of the destination storage account.
SubscriptionIdstringThe subscription of the Application Insights component.

Methods

NameAccessible byRequired ParamsDescription
getSELECTexportId, resourceGroupName, resourceName, subscriptionIdGet the Continuous Export configuration for this export id.
listSELECTresourceGroupName, resourceName, subscriptionIdGets a list of Continuous Export configuration of an Application Insights component.
createINSERTresourceGroupName, resourceName, subscriptionIdCreate a Continuous Export configuration of an Application Insights component.
deleteDELETEexportId, resourceGroupName, resourceName, subscriptionIdDelete a Continuous Export configuration of an Application Insights component.
updateEXECexportId, resourceGroupName, resourceName, subscriptionIdUpdate the Continuous Export configuration for this export id.