Class FunctionRuntimeStack
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionRuntimeStack
-
public class FunctionRuntimeStack extends Object
Defines function app runtime for Linux operating system.
-
-
Field Summary
Fields Modifier and Type Field Description static FunctionRuntimeStackJAVA_11JAVA 11.static FunctionRuntimeStackJAVA_8JAVA 8.
-
Constructor Summary
Constructors Constructor Description FunctionRuntimeStack(String runtime, String version, String linuxFxVersion)Creates a custom function app runtime stack.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetLinuxFxVersion()Gets LinuxFxVersion property value.inthashCode()Stringruntime()StringtoString()Stringversion()
-
-
-
Field Detail
-
JAVA_8
public static final FunctionRuntimeStack JAVA_8
JAVA 8.
-
JAVA_11
public static final FunctionRuntimeStack JAVA_11
JAVA 11.
-
-
Method Detail
-
runtime
public String runtime()
- Returns:
- the name of the language runtime
-
version
public String version()
- Returns:
- the version of the Language runtime
-
getLinuxFxVersion
public String getLinuxFxVersion()
Gets LinuxFxVersion property value.- Returns:
- the LinuxFxVersion property value for siteConfig
-
-