public final class FunctionAppRuntimeSettings extends Object
| Constructor and Description |
|---|
FunctionAppRuntimeSettings() |
| Modifier and Type | Method and Description |
|---|---|
AppInsightsWebAppStackSettings |
appInsightsSettings()
Get the appInsightsSettings property: Application Insights settings associated with the minor version.
|
Map<String,String> |
appSettingsDictionary()
Get the appSettingsDictionary property: Application 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 |
isDefault()
Get the isDefault property: <code>true</code> if the minor version the default; 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: Function App stack minor version (runtime only).
|
SiteConfigPropertiesDictionary |
siteConfigPropertiesDictionary()
Get the siteConfigPropertiesDictionary property: Configuration settings associated with the minor version.
|
List<String> |
supportedFunctionsExtensionVersions()
Get the supportedFunctionsExtensionVersions property: List of supported Functions extension versions.
|
void |
validate()
Validates the instance.
|
public String runtimeVersion()
public Boolean remoteDebuggingSupported()
public AppInsightsWebAppStackSettings appInsightsSettings()
public GitHubActionWebAppStackSettings gitHubActionSettings()
public Map<String,String> appSettingsDictionary()
public SiteConfigPropertiesDictionary siteConfigPropertiesDictionary()
public List<String> supportedFunctionsExtensionVersions()
public Boolean isPreview()
public Boolean isDeprecated()
public Boolean isHidden()
public OffsetDateTime endOfLifeDate()
public Boolean isAutoUpdate()
public Boolean isEarlyAccess()
public Boolean isDefault()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.