Condividi tramite


ApplicationStack Class

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

Implements

public final class ApplicationStack
implements JsonSerializable<ApplicationStack>

Application stack.

Method Summary

Modifier and Type Method and Description
String dependency()

Get the dependency property: Application stack dependency.

String display()

Get the display property: Application stack display name.

List<ApplicationStack> frameworks()

Get the frameworks property: List of frameworks associated with application stack.

static ApplicationStack fromJson(JsonReader jsonReader)

Reads an instance of ApplicationStack from the JsonReader.

List<ApplicationStack> isDeprecated()

Get the isDeprecated property: true if this is the stack is deprecated; otherwise, false.

List<StackMajorVersion> majorVersions()

Get the majorVersions property: List of major versions available.

String name()

Get the name property: Application stack name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Method Details

dependency

public String dependency()

Get the dependency property: Application stack dependency.

Returns:

the dependency value.

display

public String display()

Get the display property: Application stack display name.

Returns:

the display value.

frameworks

public List<ApplicationStack> frameworks()

Get the frameworks property: List of frameworks associated with application stack.

Returns:

the frameworks value.

fromJson

public static ApplicationStack fromJson(JsonReader jsonReader)

Reads an instance of ApplicationStack from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationStack 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 ApplicationStack.

isDeprecated

public List<ApplicationStack> isDeprecated()

Get the isDeprecated property: true if this is the stack is deprecated; otherwise, false.

Returns:

the isDeprecated value.

majorVersions

public List<StackMajorVersion> majorVersions()

Get the majorVersions property: List of major versions available.

Returns:

the majorVersions value.

name

public String name()

Get the name property: Application stack name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to