AppInsightsWebAppStackSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.AppInsightsWebAppStackSettings

Implements

public final class AppInsightsWebAppStackSettings
implements JsonSerializable<AppInsightsWebAppStackSettings>

App Insights Web App stack settings.

Constructor Summary

Constructor Description
AppInsightsWebAppStackSettings()

Creates an instance of AppInsightsWebAppStackSettings class.

Method Summary

Modifier and Type Method and Description
static AppInsightsWebAppStackSettings fromJson(JsonReader jsonReader)

Reads an instance of AppInsightsWebAppStackSettings from the JsonReader.

Boolean isDefaultOff()

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

Boolean isSupported()

Get the isSupported property: true if remote Application Insights is supported for the stack; otherwise, false.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

AppInsightsWebAppStackSettings

public AppInsightsWebAppStackSettings()

Creates an instance of AppInsightsWebAppStackSettings class.

Method Details

fromJson

public static AppInsightsWebAppStackSettings fromJson(JsonReader jsonReader)

Reads an instance of AppInsightsWebAppStackSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of AppInsightsWebAppStackSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the AppInsightsWebAppStackSettings.

isDefaultOff

public Boolean isDefaultOff()

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

Returns:

the isDefaultOff value.

isSupported

public Boolean isSupported()

Get the isSupported property: true if remote Application Insights is supported for the stack; otherwise, false.

Returns:

the isSupported value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to