共用方式為


ApplicationInsightsComponent interface

Application Insights 元件定義。

Extends

屬性

appId

Application Insights 應用程式的唯一標識符。 注意:這個屬性不會串行化。 它只能由伺服器填入。

applicationId

應用程式的唯一標識碼。 此欄位會鏡像 [名稱] 字段,且無法變更。 注意:這個屬性不會串行化。 它只能由伺服器填入。

applicationType

要監視的應用程式類型。 可能的值包括:『web』、『other』。 默認值:『web』。

connectionString

Application Insights 元件連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

creationDate

Application Insights 元件的建立日期,格式為 ISO 8601。 注意:這個屬性不會串行化。 它只能由伺服器填入。

disableIpMasking

停用IP遮罩。

flowType

Application Insights 系統用來判斷此元件所建立的流程類型。 透過 REST API 建立 /更新元件時,這會設定為 'Bluefield'。 可能的值包括:『Bluefield』。 默認值:『Bluefield』。

hockeyAppId

將新應用程式新增至 HockeyApp 時所建立的唯一應用程式識別碼,用於與 HockeyApp 的通訊。

hockeyAppToken

用來驗證 Application Insights 與 HockeyApp 之間通訊的令牌。 注意:這個屬性不會串行化。 它只能由伺服器填入。

immediatePurgeDataOn30Days

在 30 天后立即清除數據。

ingestionMode

表示擷取的流程。 可能的值包括:『ApplicationInsights』、『ApplicationInsightsWithDiagnosticSettings』、'LogAnalytics'。 默認值:『ApplicationInsights』。

instrumentationKey

Application Insights 檢測密鑰。 應用程式可用來識別傳送至 Azure Application Insights 之所有遙測的目的地的唯讀值。 此值會在建構每個新的ApplicationInsights元件時提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

kind

此元件所參考的應用程式類型,用來自定義UI。 此值是手繪多邊形字串,值通常應該是下列其中一項:web、ios、其他、store、java、phone。

privateLinkScopedResources

連結的私人連結範圍資源清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState

此元件的目前狀態:是否已在已定義資源群組內布建。 使用者無法變更此值,但能夠從中讀取。 值包括 [成功]、[部署]、[已取消] 和 [失敗]。 注意:這個屬性不會串行化。 它只能由伺服器填入。

publicNetworkAccessForIngestion

用於存取 Application Insights 擷取的網路存取類型。 可能的值包括:『Enabled』、『Disabled』。 默認值:『Enabled』。

publicNetworkAccessForQuery

用於存取 Application Insights 查詢的網路存取類型。 可能的值包括:『Enabled』、『Disabled』。 默認值:『Enabled』。

requestSource

描述建立此 Application Insights 元件的工具。 使用此 API 的客戶應將此設定為預設的 「rest」。 可能的值包括:『rest』。 默認值:『rest』。

retentionInDays

保留期間以天為單位。 默認值:90。

samplingPercentage

正在針對 Application Insights 遙測取樣的應用程式所產生的數據百分比。

tenantId

Azure 租使用者識別碼。注意:此屬性將不會串行化。它只能由伺服器填入。

繼承的屬性

id

Azure 資源識別碼 注意:此屬性將不會串行化。它只能由伺服器填入。

location

資源位置

name

Azure 資源名稱 注意:此屬性將不會串行化。它只能由伺服器填入。

tags

資源標籤

type

Azure 資源類型 注意:此屬性將不會串行化。它只能由伺服器填入。

屬性詳細資料

appId

Application Insights 應用程式的唯一標識符。 注意:這個屬性不會串行化。 它只能由伺服器填入。

appId?: string

屬性值

string

applicationId

應用程式的唯一標識碼。 此欄位會鏡像 [名稱] 字段,且無法變更。 注意:這個屬性不會串行化。 它只能由伺服器填入。

applicationId?: string

屬性值

string

applicationType

要監視的應用程式類型。 可能的值包括:『web』、『other』。 默認值:『web』。

applicationType: ApplicationType

屬性值

connectionString

Application Insights 元件連接字串。 注意:這個屬性不會串行化。 它只能由伺服器填入。

connectionString?: string

屬性值

string

creationDate

Application Insights 元件的建立日期,格式為 ISO 8601。 注意:這個屬性不會串行化。 它只能由伺服器填入。

creationDate?: Date

屬性值

Date

disableIpMasking

停用IP遮罩。

disableIpMasking?: boolean

屬性值

boolean

flowType

Application Insights 系統用來判斷此元件所建立的流程類型。 透過 REST API 建立 /更新元件時,這會設定為 'Bluefield'。 可能的值包括:『Bluefield』。 默認值:『Bluefield』。

flowType?: "Bluefield"

屬性值

"Bluefield"

hockeyAppId

將新應用程式新增至 HockeyApp 時所建立的唯一應用程式識別碼,用於與 HockeyApp 的通訊。

hockeyAppId?: string

屬性值

string

hockeyAppToken

用來驗證 Application Insights 與 HockeyApp 之間通訊的令牌。 注意:這個屬性不會串行化。 它只能由伺服器填入。

hockeyAppToken?: string

屬性值

string

immediatePurgeDataOn30Days

在 30 天后立即清除數據。

immediatePurgeDataOn30Days?: boolean

屬性值

boolean

ingestionMode

表示擷取的流程。 可能的值包括:『ApplicationInsights』、『ApplicationInsightsWithDiagnosticSettings』、'LogAnalytics'。 默認值:『ApplicationInsights』。

ingestionMode?: IngestionMode

屬性值

instrumentationKey

Application Insights 檢測密鑰。 應用程式可用來識別傳送至 Azure Application Insights 之所有遙測的目的地的唯讀值。 此值會在建構每個新的ApplicationInsights元件時提供。 注意:這個屬性不會串行化。 它只能由伺服器填入。

instrumentationKey?: string

屬性值

string

kind

此元件所參考的應用程式類型,用來自定義UI。 此值是手繪多邊形字串,值通常應該是下列其中一項:web、ios、其他、store、java、phone。

kind: string

屬性值

string

privateLinkScopedResources

連結的私人連結範圍資源清單。 注意:這個屬性不會串行化。 它只能由伺服器填入。

privateLinkScopedResources?: PrivateLinkScopedResource[]

屬性值

provisioningState

此元件的目前狀態:是否已在已定義資源群組內布建。 使用者無法變更此值,但能夠從中讀取。 值包括 [成功]、[部署]、[已取消] 和 [失敗]。 注意:這個屬性不會串行化。 它只能由伺服器填入。

provisioningState?: string

屬性值

string

publicNetworkAccessForIngestion

用於存取 Application Insights 擷取的網路存取類型。 可能的值包括:『Enabled』、『Disabled』。 默認值:『Enabled』。

publicNetworkAccessForIngestion?: PublicNetworkAccessType

屬性值

publicNetworkAccessForQuery

用於存取 Application Insights 查詢的網路存取類型。 可能的值包括:『Enabled』、『Disabled』。 默認值:『Enabled』。

publicNetworkAccessForQuery?: PublicNetworkAccessType

屬性值

requestSource

描述建立此 Application Insights 元件的工具。 使用此 API 的客戶應將此設定為預設的 「rest」。 可能的值包括:『rest』。 默認值:『rest』。

requestSource?: "rest"

屬性值

"rest"

retentionInDays

保留期間以天為單位。 默認值:90。

retentionInDays?: number

屬性值

number

samplingPercentage

正在針對 Application Insights 遙測取樣的應用程式所產生的數據百分比。

samplingPercentage?: number

屬性值

number

tenantId

Azure 租使用者識別碼。注意:此屬性將不會串行化。它只能由伺服器填入。

tenantId?: string

屬性值

string

繼承的屬性詳細資料

id

Azure 資源識別碼 注意:此屬性將不會串行化。它只能由伺服器填入。

id?: string

屬性值

string

繼承自ComponentsResource.id

location

資源位置

location: string

屬性值

string

繼承自ComponentsResource.location

name

Azure 資源名稱 注意:此屬性將不會串行化。它只能由伺服器填入。

name?: string

屬性值

string

繼承自ComponentsResource.name

tags

資源標籤

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自ComponentsResource.tags

type

Azure 資源類型 注意:此屬性將不會串行化。它只能由伺服器填入。

type?: string

屬性值

string

繼承自ComponentsResource.type