public final class WebAppMajorVersion extends Object
| Constructor and Description |
|---|
WebAppMajorVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayText()
Get the displayText property: Web App stack major version (display only).
|
List<WebAppMinorVersion> |
minorVersions()
Get the minorVersions property: Minor versions associated with the major version.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: Web App stack major version name.
|
public String displayText()
public String value()
public List<WebAppMinorVersion> minorVersions()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.