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