Class AppInsightsWebAppStackSettings
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.AppInsightsWebAppStackSettings
-
public final class AppInsightsWebAppStackSettings extends Object
App Insights Web App stack settings.
-
-
Constructor Summary
Constructors Constructor Description AppInsightsWebAppStackSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanisDefaultOff()Get the isDefaultOff property: <code>true</code> if Application Insights is disabled by default for the stack; otherwise, <code>false</code>.BooleanisSupported()Get the isSupported property: <code>true</code> if remote Application Insights is supported for the stack; otherwise, <code>false</code>.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
isSupported
public Boolean 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
public Boolean 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.
-
-