public class FunctionRuntimeStack extends Object
| Modifier and Type | Field and Description |
|---|---|
static FunctionRuntimeStack |
JAVA_11
JAVA 11.
|
static FunctionRuntimeStack |
JAVA_8
JAVA 8.
|
| Constructor and Description |
|---|
FunctionRuntimeStack(String runtime,
String version,
String linuxFxVersion)
Creates a custom function app runtime stack.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLinuxFxVersion()
Gets LinuxFxVersion property value.
|
int |
hashCode() |
String |
runtime() |
String |
toString() |
String |
version() |
public static final FunctionRuntimeStack JAVA_8
public static final FunctionRuntimeStack JAVA_11
public String runtime()
public String version()
public String getLinuxFxVersion()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.