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

ApplicationInsightsComponentExportRequest 类

定义

Application Insights 组件连续导出配置请求定义。

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

构造函数

ApplicationInsightsComponentExportRequest()

初始化 ApplicationInsightsComponentExportRequest 的新实例。

属性

DestinationAccountId

目标存储帐户的名称。

DestinationAddress

目标存储容器的 SAS URL。 它必须授予写入权限。

DestinationStorageLocationId

目标存储容器的位置 ID。

DestinationStorageSubscriptionId

目标存储容器的订阅 ID。

DestinationType

连续导出目标类型。 这必须是“Blob”。

IsEnabled

设置为“true”以创建已启用的连续导出配置,否则将其设置为“false”。

NotificationQueueEnabled

已弃用。

NotificationQueueUri

已弃用。

RecordTypes

要导出的文档类型,以逗号分隔值的形式。 允许的值包括“Requests”、“Event”、“Exceptions”、“Metrics”、“PageViews”、“PageViewPerformance”、“Rdd”、“PerformanceCounters”、“Availability”、“Messages”。

适用于