AppInsightsWebAppStackSettings Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. AppInsightsWebAppStackSettings
- com.
Implements
public final class AppInsightsWebAppStackSettings
implements JsonSerializable<AppInsightsWebAppStackSettings>
App Insights Web App stack settings.
Constructor Summary
| Constructor | Description |
|---|---|
| AppInsightsWebAppStackSettings() |
Creates an instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
| Boolean |
isDefaultOff()
Get the is |
| Boolean |
isSupported()
Get the is |
|
Json |
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:
Returns:
Throws:
isDefaultOff
public Boolean isDefaultOff()
Get the isDefaultOff property: true if Application Insights is disabled by default for the stack; otherwise, false.
Returns:
isSupported
public Boolean isSupported()
Get the isSupported property: true if remote Application Insights is supported for the stack; otherwise, false.
Returns:
toJson
validate
public void validate()
Validates the instance.