Class FunctionAppRuntimeSettings
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionAppRuntimeSettings
-
public final class FunctionAppRuntimeSettings extends Object
Function App runtime settings.
-
-
Constructor Summary
Constructors Constructor Description FunctionAppRuntimeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppInsightsWebAppStackSettingsappInsightsSettings()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.OffsetDateTimeendOfLifeDate()Get the endOfLifeDate property: End-of-life date for the minor version.GitHubActionWebAppStackSettingsgitHubActionSettings()Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.BooleanisAutoUpdate()Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.BooleanisDefault()Get the isDefault property: <code>true</code> if the minor version the default; otherwise, <code>false</code>.BooleanisDeprecated()Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.BooleanisEarlyAccess()Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.BooleanisHidden()Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.BooleanisPreview()Get the isPreview property: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.BooleanremoteDebuggingSupported()Get the remoteDebuggingSupported property: <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.StringruntimeVersion()Get the runtimeVersion property: Function App stack minor version (runtime only).SiteConfigPropertiesDictionarysiteConfigPropertiesDictionary()Get the siteConfigPropertiesDictionary property: Configuration settings associated with the minor version.List<String>supportedFunctionsExtensionVersions()Get the supportedFunctionsExtensionVersions property: List of supported Functions extension versions.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
runtimeVersion
public String runtimeVersion()
Get the runtimeVersion property: Function App stack minor version (runtime only).- Returns:
- the runtimeVersion value.
-
remoteDebuggingSupported
public Boolean remoteDebuggingSupported()
Get the remoteDebuggingSupported property: <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.- Returns:
- the remoteDebuggingSupported value.
-
appInsightsSettings
public AppInsightsWebAppStackSettings appInsightsSettings()
Get the appInsightsSettings property: Application Insights settings associated with the minor version.- Returns:
- the appInsightsSettings value.
-
gitHubActionSettings
public GitHubActionWebAppStackSettings gitHubActionSettings()
Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.- Returns:
- the gitHubActionSettings value.
-
appSettingsDictionary
public Map<String,String> appSettingsDictionary()
Get the appSettingsDictionary property: Application settings associated with the minor version.- Returns:
- the appSettingsDictionary value.
-
siteConfigPropertiesDictionary
public SiteConfigPropertiesDictionary siteConfigPropertiesDictionary()
Get the siteConfigPropertiesDictionary property: Configuration settings associated with the minor version.- Returns:
- the siteConfigPropertiesDictionary value.
-
supportedFunctionsExtensionVersions
public List<String> supportedFunctionsExtensionVersions()
Get the supportedFunctionsExtensionVersions property: List of supported Functions extension versions.- Returns:
- the supportedFunctionsExtensionVersions value.
-
isPreview
public Boolean isPreview()
Get the isPreview property: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.- Returns:
- the isPreview value.
-
isDeprecated
public Boolean isDeprecated()
Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.- Returns:
- the isDeprecated value.
-
isHidden
public Boolean isHidden()
Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.- Returns:
- the isHidden value.
-
endOfLifeDate
public OffsetDateTime endOfLifeDate()
Get the endOfLifeDate property: End-of-life date for the minor version.- Returns:
- the endOfLifeDate value.
-
isAutoUpdate
public Boolean isAutoUpdate()
Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.- Returns:
- the isAutoUpdate value.
-
isEarlyAccess
public Boolean isEarlyAccess()
Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.- Returns:
- the isEarlyAccess value.
-
isDefault
public Boolean isDefault()
Get the isDefault property: <code>true</code> if the minor version the default; otherwise, <code>false</code>.- Returns:
- the isDefault value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-