public final class WebAppRuntimeSettings extends Object
| Constructor and Description |
|---|
WebAppRuntimeSettings() |
| Modifier and Type | Method and Description |
|---|---|
AppInsightsWebAppStackSettings |
appInsightsSettings()
Get the appInsightsSettings property: Application Insights settings associated with the minor version.
|
OffsetDateTime |
endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.
|
GitHubActionWebAppStackSettings |
gitHubActionSettings()
Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.
|
Boolean |
isAutoUpdate()
Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise,
<code>false</code>.
|
Boolean |
isDeprecated()
Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise,
<code>false</code>.
|
Boolean |
isEarlyAccess()
Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise,
<code>false</code>.
|
Boolean |
isHidden()
Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise,
<code>false</code>.
|
Boolean |
isPreview()
Get the isPreview property: <code>true</code> if the stack is in preview; otherwise,
<code>false</code>.
|
Boolean |
remoteDebuggingSupported()
Get the remoteDebuggingSupported property: <code>true</code> if remote debugging is supported for the
stack; otherwise, <code>false</code>.
|
String |
runtimeVersion()
Get the runtimeVersion property: Web App stack minor version (runtime only).
|
void |
validate()
Validates the instance.
|
public String runtimeVersion()
public Boolean remoteDebuggingSupported()
public AppInsightsWebAppStackSettings appInsightsSettings()
public GitHubActionWebAppStackSettings gitHubActionSettings()
public Boolean isPreview()
public Boolean isDeprecated()
public Boolean isHidden()
public OffsetDateTime endOfLifeDate()
public Boolean isAutoUpdate()
public Boolean isEarlyAccess()
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.