IApplicationInsightsComponentExportConfiguration Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentExportConfigurationTypeConverter))]
public interface IApplicationInsightsComponentExportConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20150501.ApplicationInsightsComponentExportConfigurationTypeConverter))>]
type IApplicationInsightsComponentExportConfiguration = interface
    interface IJsonSerializable
Public Interface IApplicationInsightsComponentExportConfiguration
Implements IJsonSerializable
Derived
Attributes
Implements

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

RecordType

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to