public final class FunctionAppStackInner extends ProxyOnlyResource
| Constructor and Description |
|---|
FunctionAppStackInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayText()
Get the displayText property: Function App stack (display only).
|
String |
location()
Get the location property: Function App stack location.
|
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.
|
FunctionAppStackInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic String location()
public FunctionAppStackInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String displayText()
public String value()
public List<FunctionAppMajorVersion> majorVersions()
public StackPreferredOs preferredOs()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.