Condividi tramite


IAppInsightsWebAppStackSettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppInsightsWebAppStackSettingsTypeConverter))]
public interface IAppInsightsWebAppStackSettings : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.AppInsightsWebAppStackSettingsTypeConverter))>]
type IAppInsightsWebAppStackSettings = interface
    interface IJsonSerializable
Public Interface IAppInsightsWebAppStackSettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

IsDefaultOff

true if Application Insights is disabled by default for the stack; otherwise, false.

IsSupported

true if remote Application Insights is supported for the stack; otherwise, false.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to