你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationInsightsComponentExportConfiguration 类

定义

定义连续导出配置的属性。

public class ApplicationInsightsComponentExportConfiguration
type ApplicationInsightsComponentExportConfiguration = class
Public Class ApplicationInsightsComponentExportConfiguration
继承
ApplicationInsightsComponentExportConfiguration

构造函数

ApplicationInsightsComponentExportConfiguration()

初始化 ApplicationInsightsComponentExportConfiguration 类的新实例。

ApplicationInsightsComponentExportConfiguration(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String)

初始化 ApplicationInsightsComponentExportConfiguration 类的新实例。

属性

ApplicationName

获取 Application Insights 组件的名称。

ContainerName

获取目标存储容器的名称。

DestinationAccountId

获取目标帐户的名称。

DestinationStorageLocationId

获取目标帐户位置 ID。

DestinationStorageSubscriptionId

获取目标存储帐户订阅 ID。

DestinationType

获取目标类型。

ExportId

获取 Application Insights 组件中导出配置的唯一 ID。 它是在创建连续导出配置时自动生成的。

ExportStatus

获取它指示当前的连续导出配置状态。 可能的值为“准备”、“成功”、“失败”。

InstrumentationKey

获取 Application Insights 组件的检测密钥。

IsUserEnabled

获取如果启用了连续导出配置,则此值为“true”,否则为“false”。

LastGapTime

获取上一次连续导出配置开始失败的时间。

LastSuccessTime

获取最后一次将数据成功传递到此连续导出配置的目标存储容器的时间。

LastUserUpdate

获取上次更新连续导出配置的时间。

NotificationQueueEnabled

获取或设置已弃用

PermanentErrorReason

获取这是连续导出配置开始失败的原因。 它可以是“AzureStorageNotFound”或“AzureStorageAccessDenied”。

RecordTypes

获取或设置要导出的文档类型的此逗号分隔列表。 可能的值包括“Requests”、“Event”、“Exceptions”、“Metrics”、“PageViews”、“PageViewPerformance”、“Rdd”、“PerformanceCounters”、“Availability”、“Messages”。

ResourceGroup

获取 Application Insights 组件的资源组。

StorageName

获取目标存储帐户的名称。

SubscriptionId

获取 Application Insights 组件的订阅。

适用于