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

ApplicationInsightsComponent 类

定义

Application Insights 组件定义。

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationInsightsComponent : Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentsResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationInsightsComponent = class
    inherit ComponentsResource
Public Class ApplicationInsightsComponent
Inherits ComponentsResource
继承
ApplicationInsightsComponent
属性

构造函数

ApplicationInsightsComponent()

初始化 ApplicationInsightsComponent 类的新实例。

ApplicationInsightsComponent(String, String, String, String, String, String, IDictionary<String,String>, String, String, String, String, String, Nullable<DateTime>, String, String, String, String, Nullable<Double>, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, IList<PrivateLinkScopedResource>, String, String)

初始化 ApplicationInsightsComponent 类的新实例。

属性

AppId

获取应用程序的 application Insights 唯一 ID。

ApplicationId

获取应用程序的唯一 ID。 此字段镜像“名称”字段,无法更改。

ApplicationType

获取或设置要监视的应用程序的类型。 可能的值包括:“web”、“other”

ConnectionString

获取 application Insights 组件连接字符串。

CreationDate

获取 Application Insights 组件的创建日期,格式为 ISO 8601。

DisableIpMasking

获取或设置禁用 IP 掩码。

FlowType

获取或设置 Application Insights 系统用于确定创建此组件的流类型。 通过 REST API 创建/更新组件时,应将其设置为“Bluefield”。 可能的值包括:“Bluefield”

HockeyAppId

获取或设置将新应用程序添加到 HockeyApp 时创建的唯一应用程序 ID,该 ID 用于与 HockeyApp 通信。

HockeyAppToken

获取用于对 Application Insights 和 HockeyApp 之间的通信进行身份验证的令牌。

Id

获取 Azure 资源 ID

(继承自 ComponentsResource)
ImmediatePurgeDataOn30Days

获取或设置 30 天后立即清除数据。

InstrumentationKey

获取 application Insights 检测密钥。 一个只读值,应用程序可以使用该值标识发送到 Azure 应用程序 Insights 的所有遥测的目标。 在构造每个新的 Application Insights 组件时,将提供此值。

Kind

获取或设置此组件引用的应用程序类型,用于自定义 UI。 此值是任意格式字符串,值通常应为以下值之一:web、ios、other、store、java、phone。

Location

获取或设置资源位置

(继承自 ComponentsResource)
Name

获取 Azure 资源名称

(继承自 ComponentsResource)
PrivateLinkScopedResources

获取链接的专用链接范围资源的列表。

ProvisioningState

获取此组件的当前状态:是否已在定义的资源组中预配 。 用户无法更改此值,但可以从中读取此值。 值将包括 Succeeded、Deploying、Canceled 和 Failed。

PublicNetworkAccessForIngestion

获取或设置用于访问 Application Insights 引入的网络访问类型。 可能的值包括:“Enabled”、“Disabled”

PublicNetworkAccessForQuery

获取或设置用于访问 Application Insights 查询的网络访问类型。 可能的值包括:“Enabled”、“Disabled”

RequestSource

获取或设置描述创建此 Application Insights 组件的工具。 使用此 API 的客户应将此设置为默认的“rest”。 可能的值包括:“rest”

RetentionInDays

获取或设置保持期(以天为单位)。

SamplingPercentage

获取或设置正在为 Application Insights 遥测采样的受监视应用程序生成的数据的百分比。

Tags

获取或设置资源标记

(继承自 ComponentsResource)
TenantId

获取 azure 租户 ID。

Type

获取 Azure 资源类型

(继承自 ComponentsResource)

方法

Validate()

验证 对象。

适用于