AppInsightsWebAppStackSettings Class

Definition

App Insights Web App stack settings.

public class AppInsightsWebAppStackSettings
public class AppInsightsWebAppStackSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppInsightsWebAppStackSettings>
type AppInsightsWebAppStackSettings = class
type AppInsightsWebAppStackSettings = class
    interface IJsonModel<AppInsightsWebAppStackSettings>
    interface IPersistableModel<AppInsightsWebAppStackSettings>
Public Class AppInsightsWebAppStackSettings
Public Class AppInsightsWebAppStackSettings
Implements IJsonModel(Of AppInsightsWebAppStackSettings), IPersistableModel(Of AppInsightsWebAppStackSettings)
Inheritance
AppInsightsWebAppStackSettings
Implements

Properties

IsDefaultOff

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

IsSupported

<code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.

Explicit Interface Implementations

IJsonModel<AppInsightsWebAppStackSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppInsightsWebAppStackSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppInsightsWebAppStackSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppInsightsWebAppStackSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppInsightsWebAppStackSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to