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

IApplicationInsightsComponentProperties.ApplicationType Property

Definition

Type of application being monitored.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Type of application being monitored.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType) }, ReadOnly=false, Required=true, SerializedName="Application_Type")]
public Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType ApplicationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="Type of application being monitored.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType) }, ReadOnly=false, Required=true, SerializedName="Application_Type")>]
member this.ApplicationType : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType with get, set
Public Property ApplicationType As ApplicationType

Property Value

Attributes

Applies to