public final class AppInsightsWebAppStackSettings extends Object
| Constructor and Description |
|---|
AppInsightsWebAppStackSettings() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isDefaultOff()
Get the isDefaultOff property: <code>true</code> if Application Insights is disabled by default for
the stack; otherwise, <code>false</code>.
|
Boolean |
isSupported()
Get the isSupported property: <code>true</code> if remote Application Insights is supported for the
stack; otherwise, <code>false</code>.
|
void |
validate()
Validates the instance.
|
public Boolean isSupported()
public Boolean isDefaultOff()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.