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