Delen via


AppInsightsWebAppStackSettings.IsDefaultOff Property

Definition

Gets <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="isDefaultOff")]
public bool? IsDefaultOff { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isDefaultOff")>]
member this.IsDefaultOff : Nullable<bool>
Public ReadOnly Property IsDefaultOff As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to