@Beta(value=V1_28_0) public class FunctionRuntimeStack extends Object
| Modifier and Type | Field and Description |
|---|---|
static FunctionRuntimeStack |
JAVA_8
JAVA 8.
|
| Constructor and Description |
|---|
FunctionRuntimeStack(String runtime,
String version,
String linuxFxVersionForConsumptionPlan,
String linuxFxVersionForDedicatedPlan)
Creates a custom function app runtime stack.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLinuxFxVersionForConsumptionPlan()
Gets LinuxFxVersion property value, for Consumption plan.
|
String |
getLinuxFxVersionForDedicatedPlan()
Gets LinuxFxVersion property value, for dedicated plan (app service plan or premium).
|
int |
hashCode() |
String |
runtime() |
String |
toString() |
String |
version() |
public static final FunctionRuntimeStack JAVA_8
public FunctionRuntimeStack(String runtime, String version, String linuxFxVersionForConsumptionPlan, String linuxFxVersionForDedicatedPlan)
runtime - the language runtimeversion - the language runtime versionlinuxFxVersionForConsumptionPlan - the LinuxFxVersion property value, for Consumption planlinuxFxVersionForDedicatedPlan - the LinuxFxVersion property value, for dedicated plan (app service plan or premium)public String runtime()
public String version()
public String getLinuxFxVersionForConsumptionPlan()
public String getLinuxFxVersionForDedicatedPlan()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/