Class FunctionAppMajorVersion
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FunctionAppMajorVersion
-
public final class FunctionAppMajorVersion extends Object
Function App stack major version.
-
-
Constructor Summary
Constructors Constructor Description FunctionAppMajorVersion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayText()Get the displayText property: Function App stack major version (display only).List<FunctionAppMinorVersion>minorVersions()Get the minorVersions property: Minor versions associated with the major version.voidvalidate()Validates the instance.Stringvalue()Get the value property: Function App stack major version name.
-
-
-
Method Detail
-
displayText
public String displayText()
Get the displayText property: Function App stack major version (display only).- Returns:
- the displayText value.
-
value
public String value()
Get the value property: Function App stack major version name.- Returns:
- the value value.
-
minorVersions
public List<FunctionAppMinorVersion> minorVersions()
Get the minorVersions property: Minor versions associated with the major version.- Returns:
- the minorVersions value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-