public final class FunctionAppStackProperties extends Object
| Constructor and Description |
|---|
FunctionAppStackProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayText()
Get the displayText property: Function App stack (display only).
|
List<FunctionAppMajorVersion> |
majorVersions()
Get the majorVersions property: List of major versions available.
|
StackPreferredOs |
preferredOs()
Get the preferredOs property: Function App stack preferred OS.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Function App stack name.
|
public String displayText()
public String value()
public List<FunctionAppMajorVersion> majorVersions()
public StackPreferredOs preferredOs()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.