FunctionAppStackProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.fluent.models.FunctionAppStackProperties

Implements

public final class FunctionAppStackProperties
implements JsonSerializable<FunctionAppStackProperties>

FunctionAppStack resource specific properties.

Method Summary

Modifier and Type Method and Description
String displayText()

Get the displayText property: Function App stack (display only).

static FunctionAppStackProperties fromJson(JsonReader jsonReader)

Reads an instance of FunctionAppStackProperties from the JsonReader.

List<FunctionAppMajorVersion> majorVersions()

Get the majorVersions property: List of major versions available.

StackPreferredOs preferredOs()

Get the preferredOs property: Function App stack preferred OS.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

String value()

Get the value property: Function App stack name.

Methods inherited from java.lang.Object

Method Details

displayText

public String displayText()

Get the displayText property: Function App stack (display only).

Returns:

the displayText value.

fromJson

public static FunctionAppStackProperties fromJson(JsonReader jsonReader)

Reads an instance of FunctionAppStackProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FunctionAppStackProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the FunctionAppStackProperties.

majorVersions

public List<FunctionAppMajorVersion> majorVersions()

Get the majorVersions property: List of major versions available.

Returns:

the majorVersions value.

preferredOs

public StackPreferredOs preferredOs()

Get the preferredOs property: Function App stack preferred OS.

Returns:

the preferredOs value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: Function App stack name.

Returns:

the value value.

Applies to