IApplicationInsightsComponentProperties.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=true, 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=true, SerializedName="Application_Type")>]
member this.ApplicationType : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ApplicationType with get, set
Public Property ApplicationType As ApplicationType
Property Value
- Attributes