IStackMajorVersion.ApplicationInsight Property

Definition

true if this supports Application Insights; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if this supports Application Insights; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="applicationInsights")]
public bool? ApplicationInsight { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="<code>true</code> if this supports Application Insights; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="applicationInsights")>]
member this.ApplicationInsight : Nullable<bool> with get, set
Public Property ApplicationInsight As Nullable(Of Boolean)

Property Value

Attributes

Applies to