你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ApplicationInsightsComponentExportRequest 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
ApplicationInsightsComponentExportRequest() |
初始化 ApplicationInsightsComponentExportRequest 类的新实例。 |
ApplicationInsightsComponentExportRequest(String, String, String, String, String, String, String, String, String) |
初始化 ApplicationInsightsComponentExportRequest 类的新实例。 |
ApplicationInsightsComponentExportRequest()
初始化 ApplicationInsightsComponentExportRequest 类的新实例。
public ApplicationInsightsComponentExportRequest ();
Public Sub New ()
适用于
ApplicationInsightsComponentExportRequest(String, String, String, String, String, String, String, String, String)
初始化 ApplicationInsightsComponentExportRequest 类的新实例。
public ApplicationInsightsComponentExportRequest (string recordTypes = default, string destinationType = default, string destinationAddress = default, string isEnabled = default, string notificationQueueEnabled = default, string notificationQueueUri = default, string destinationStorageSubscriptionId = default, string destinationStorageLocationId = default, string destinationAccountId = default);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentExportRequest
Public Sub New (Optional recordTypes As String = Nothing, Optional destinationType As String = Nothing, Optional destinationAddress As String = Nothing, Optional isEnabled As String = Nothing, Optional notificationQueueEnabled As String = Nothing, Optional notificationQueueUri As String = Nothing, Optional destinationStorageSubscriptionId As String = Nothing, Optional destinationStorageLocationId As String = Nothing, Optional destinationAccountId As String = Nothing)
参数
- recordTypes
- String
要导出的文档类型,以逗号分隔值的形式。 允许的值包括“Requests”、“Event”、“Exceptions”、“Metrics”、“PageViews”、“PageViewPerformance”、“Rdd”、“PerformanceCounters”、“Availability”、“Messages”。
- destinationType
- String
连续导出目标类型。 这必须是“Blob”。
- destinationAddress
- String
目标存储容器的 SAS URL。 它必须授予写入权限。
- isEnabled
- String
设置为“true”以创建已启用的连续导出配置,否则将其设置为“false”。
- notificationQueueEnabled
- String
不推荐使用
- notificationQueueUri
- String
不推荐使用
- destinationStorageSubscriptionId
- String
目标存储容器的订阅 ID。
- destinationStorageLocationId
- String
目标存储容器的位置 ID。
- destinationAccountId
- String
目标存储帐户的名称。