IApplicationInsightsComponent.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=false, 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=false, SerializedName="Application_Type")>]
member this.ApplicationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.ApplicationType> with get, set
Public Property ApplicationType As Nullable(Of ApplicationType)

Property Value

Attributes

Applies to