IApplicationInsightsComponent.ApplicationType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of application being monitored.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of application being monitored.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) }, ReadOnly=false, Required=false, SerializedName="Application_Type")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType? ApplicationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Type of application being monitored.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType) }, ReadOnly=false, Required=false, SerializedName="Application_Type")>]
member this.ApplicationType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType> with get, set
Public Property ApplicationType As Nullable(Of ApplicationType)
Property Value
- Attributes