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

ApplicationInsightsComponentData(AzureLocation, String) 构造函数

定义

初始化 ApplicationInsightsComponentData 的新实例。

public ApplicationInsightsComponentData (Azure.Core.AzureLocation location, string kind);
new Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentData : Azure.Core.AzureLocation * string -> Azure.ResourceManager.ApplicationInsights.ApplicationInsightsComponentData
Public Sub New (location As AzureLocation, kind As String)

参数

location
AzureLocation

位置。

kind
String

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

例外

kind 为 null。

适用于