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

ArmApplicationInsightsModelFactory.ApplicationInsightsComponentAnalyticsItem 方法

定义

初始化 ApplicationInsightsComponentAnalyticsItem 的新实例。

public static Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem ApplicationInsightsComponentAnalyticsItem (string id = default, string name = default, string content = default, string version = default, Azure.ResourceManager.ApplicationInsights.Models.ItemScope? scope = default, Azure.ResourceManager.ApplicationInsights.Models.ItemType? itemType = default, string timeCreated = default, string timeModified = default, string applicationInsightsComponentAnalyticsItemFunctionAlias = default);
static member ApplicationInsightsComponentAnalyticsItem : string * string * string * string * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemScope> * Nullable<Azure.ResourceManager.ApplicationInsights.Models.ItemType> * string * string * string -> Azure.ResourceManager.ApplicationInsights.Models.ApplicationInsightsComponentAnalyticsItem
Public Shared Function ApplicationInsightsComponentAnalyticsItem (Optional id As String = Nothing, Optional name As String = Nothing, Optional content As String = Nothing, Optional version As String = Nothing, Optional scope As Nullable(Of ItemScope) = Nothing, Optional itemType As Nullable(Of ItemType) = Nothing, Optional timeCreated As String = Nothing, Optional timeModified As String = Nothing, Optional applicationInsightsComponentAnalyticsItemFunctionAlias As String = Nothing) As ApplicationInsightsComponentAnalyticsItem

参数

id
String

在内部分配的项定义的唯一 ID。

name
String

项的用户定义名称。

content
String

此项的内容。

version
String

此实例的数据模型版本。 这可以随着新功能的添加而改变。

scope
Nullable<ItemScope>

枚举,指示此项定义是属于特定用户,还是由有权访问 Application Insights 组件的所有用户共享。

itemType
Nullable<ItemType>

指示分析项类型的枚举。

timeCreated
String

创建此项时的 UTC 日期和时间。

timeModified
String

对此项进行的上次修改的 UTC 日期和时间。

applicationInsightsComponentAnalyticsItemFunctionAlias
String

可在特定项类型的上下文中定义的一组属性。 每种类型都可以有自己的属性。

返回

用于模拟的新 ApplicationInsightsComponentAnalyticsItem 实例。

适用于