GetExportConfigurationResult

data class GetExportConfigurationResult(val applicationName: String, val azureApiVersion: String, val containerName: String, val destinationAccountId: String, val destinationStorageLocationId: String, val destinationStorageSubscriptionId: String, val destinationType: String, val exportId: String, val exportStatus: String, val instrumentationKey: String, val isUserEnabled: String, val lastGapTime: String, val lastSuccessTime: String, val lastUserUpdate: String, val notificationQueueEnabled: String? = null, val permanentErrorReason: String, val recordTypes: String? = null, val resourceGroup: String, val storageName: String, val subscriptionId: String)

Properties that define a Continuous Export configuration.

Constructors

Link copied to clipboard
constructor(applicationName: String, azureApiVersion: String, containerName: String, destinationAccountId: String, destinationStorageLocationId: String, destinationStorageSubscriptionId: String, destinationType: String, exportId: String, exportStatus: String, instrumentationKey: String, isUserEnabled: String, lastGapTime: String, lastSuccessTime: String, lastUserUpdate: String, notificationQueueEnabled: String? = null, permanentErrorReason: String, recordTypes: String? = null, resourceGroup: String, storageName: String, subscriptionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Application Insights component.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The name of the destination storage container.

Link copied to clipboard

The name of destination account.

Link copied to clipboard

The destination account location ID.

Link copied to clipboard

The destination storage account subscription ID.

Link copied to clipboard

The destination type.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The instrumentation key of the Application Insights component.

Link copied to clipboard

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

Link copied to clipboard

The last time the Continuous Export configuration started failing.

Link copied to clipboard

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

Link copied to clipboard

Last time the Continuous Export configuration was updated.

Link copied to clipboard

Deprecated

Link copied to clipboard

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

Link copied to clipboard
val recordTypes: String? = null

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'.

Link copied to clipboard

The resource group of the Application Insights component.

Link copied to clipboard

The name of the destination storage account.

Link copied to clipboard

The subscription of the Application Insights component.