ApplicationInsightsComponentExportConfiguration Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties that define a Continuous Export configuration.
public class ApplicationInsightsComponentExportConfiguration
type ApplicationInsightsComponentExportConfiguration = class
Public Class ApplicationInsightsComponentExportConfiguration
- Inheritance
-
ApplicationInsightsComponentExportConfiguration
Constructors
ApplicationInsightsComponentExportConfiguration() |
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class. |
ApplicationInsightsComponentExportConfiguration(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the ApplicationInsightsComponentExportConfiguration class. |
Properties
ApplicationName |
Gets the name of the Application Insights component. |
ContainerName |
Gets the name of the destination storage container. |
DestinationAccountId |
Gets the name of destination account. |
DestinationStorageLocationId |
Gets the destination account location ID. |
DestinationStorageSubscriptionId |
Gets the destination storage account subscription ID. |
DestinationType |
Gets the destination type. |
ExportId |
Gets the unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created. |
ExportStatus |
Gets this indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'. |
InstrumentationKey |
Gets the instrumentation key of the Application Insights component. |
IsUserEnabled |
Gets this will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'. |
LastGapTime |
Gets the last time the Continuous Export configuration started failing. |
LastSuccessTime |
Gets the last time data was successfully delivered to the destination storage container for this Continuous Export configuration. |
LastUserUpdate |
Gets last time the Continuous Export configuration was updated. |
NotificationQueueEnabled |
Gets or sets deprecated |
PermanentErrorReason |
Gets this is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'. |
RecordTypes |
Gets or sets 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 |
Gets the resource group of the Application Insights component. |
StorageName |
Gets the name of the destination storage account. |
SubscriptionId |
Gets the subscription of the Application Insights component. |
Applies to
Azure SDK for .NET