Class FunctionAppRuntimeSettings
java.lang.Object
com.azure.resourcemanager.appservice.models.FunctionAppRuntimeSettings
- All Implemented Interfaces:
com.azure.json.JsonSerializable<FunctionAppRuntimeSettings>
public final class FunctionAppRuntimeSettings
extends Object
implements com.azure.json.JsonSerializable<FunctionAppRuntimeSettings>
Function App runtime settings.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of FunctionAppRuntimeSettings class. -
Method Summary
Modifier and TypeMethodDescriptionGet the appInsightsSettings property: Application Insights settings associated with the minor version.Get the appSettingsDictionary property: Application settings associated with the minor version.Get the endOfLifeDate property: End-of-life date for the minor version.static FunctionAppRuntimeSettings
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionAppRuntimeSettings from the JsonReader.Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.Get the isDefault property: <code>true</code> if the minor version the default; otherwise, <code>false</code>.Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.isHidden()
Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.Get the isPreview property: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.Get the remoteDebuggingSupported property: <code>true</code> if remote debugging is supported for the stack; otherwise, <code>false</code>.Get the runtimeVersion property: Function App stack minor version (runtime only).Get the siteConfigPropertiesDictionary property: Configuration settings associated with the minor version.Get the supportedFunctionsExtensionVersions property: List of supported Functions extension versions.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
FunctionAppRuntimeSettings
public FunctionAppRuntimeSettings()Creates an instance of FunctionAppRuntimeSettings class.
-
-
Method Details
-
runtimeVersion
Get the runtimeVersion property: Function App stack minor version (runtime only).- Returns:
- the runtimeVersion value.
-
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
Get the appInsightsSettings property: Application Insights settings associated with the minor version.- Returns:
- the appInsightsSettings value.
-
gitHubActionSettings
Get the gitHubActionSettings property: GitHub Actions settings associated with the minor version.- Returns:
- the gitHubActionSettings value.
-
appSettingsDictionary
Get the appSettingsDictionary property: Application settings associated with the minor version.- Returns:
- the appSettingsDictionary value.
-
siteConfigPropertiesDictionary
Get the siteConfigPropertiesDictionary property: Configuration settings associated with the minor version.- Returns:
- the siteConfigPropertiesDictionary value.
-
supportedFunctionsExtensionVersions
Get the supportedFunctionsExtensionVersions property: List of supported Functions extension versions.- Returns:
- the supportedFunctionsExtensionVersions value.
-
isPreview
Get the isPreview property: <code>true</code> if the stack is in preview; otherwise, <code>false</code>.- Returns:
- the isPreview value.
-
isDeprecated
Get the isDeprecated property: <code>true</code> if the stack is deprecated; otherwise, <code>false</code>.- Returns:
- the isDeprecated value.
-
isHidden
Get the isHidden property: <code>true</code> if the stack should be hidden; otherwise, <code>false</code>.- Returns:
- the isHidden value.
-
endOfLifeDate
Get the endOfLifeDate property: End-of-life date for the minor version.- Returns:
- the endOfLifeDate value.
-
isAutoUpdate
Get the isAutoUpdate property: <code>true</code> if the stack version is auto-updated; otherwise, <code>false</code>.- Returns:
- the isAutoUpdate value.
-
isEarlyAccess
Get the isEarlyAccess property: <code>true</code> if the minor version is early-access; otherwise, <code>false</code>.- Returns:
- the isEarlyAccess value.
-
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.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<FunctionAppRuntimeSettings>
- Throws:
IOException
-
fromJson
public static FunctionAppRuntimeSettings fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of FunctionAppRuntimeSettings from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of FunctionAppRuntimeSettings if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the FunctionAppRuntimeSettings.
-