FunctionAppStackProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. FunctionAppStackProperties
- com.
Implements
public final class FunctionAppStackProperties
implements JsonSerializable<FunctionAppStackProperties>
FunctionAppStack resource specific properties.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayText()
Get the display |
|
static
Function |
fromJson(JsonReader jsonReader)
Reads an instance of Function |
|
List<Function |
majorVersions()
Get the major |
|
Stack |
preferredOs()
Get the preferred |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: Function App stack name. |
Methods inherited from java.lang.Object
Method Details
displayText
public String displayText()
Get the displayText property: Function App stack (display only).
Returns:
fromJson
public static FunctionAppStackProperties fromJson(JsonReader jsonReader)
Reads an instance of FunctionAppStackProperties from the JsonReader.
Parameters:
Returns:
Throws:
majorVersions
public List<FunctionAppMajorVersion> majorVersions()
Get the majorVersions property: List of major versions available.
Returns:
preferredOs
public StackPreferredOs preferredOs()
Get the preferredOs property: Function App stack preferred OS.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: Function App stack name.
Returns: