你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationInsightsComponentExportRequest 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Application Insights 组件连续导出配置请求定义。
public class ApplicationInsightsComponentExportRequest
type ApplicationInsightsComponentExportRequest = class
Public Class ApplicationInsightsComponentExportRequest
- 继承
-
ApplicationInsightsComponentExportRequest
构造函数
ApplicationInsightsComponentExportRequest() |
初始化 ApplicationInsightsComponentExportRequest 类的新实例。 |
ApplicationInsightsComponentExportRequest(String, String, String, String, String, String, String, String, String) |
初始化 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”。 |