Class AppInsightsWebAppStackSettings
java.lang.Object
com.azure.resourcemanager.appservice.models.AppInsightsWebAppStackSettings
App Insights Web App stack settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AppInsightsWebAppStackSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the isDefaultOff property: <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.Get the isSupported property: <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.voidvalidate()Validates the instance.
-
Constructor Details
-
AppInsightsWebAppStackSettings
public AppInsightsWebAppStackSettings()Creates an instance of AppInsightsWebAppStackSettings class.
-
-
Method Details
-
isSupported
Get the isSupported property: <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.- Returns:
- the isSupported value.
-
isDefaultOff
Get the isDefaultOff property: <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.- Returns:
- the isDefaultOff value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-