Condividi tramite


ApplicationStackResourceInner Class

public final class ApplicationStackResourceInner
extends ProxyOnlyResource

ARM resource for a ApplicationStack.

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 ApplicationStackResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationStackResourceInner from the JsonReader.

String id()

Get the id property: Resource Id.

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: Resource Name.

String namePropertiesName()

Get the name property: Application stack name.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: Resource type.

void validate()

Validates the instance.

Methods inherited from ProxyOnlyResource

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 ApplicationStackResourceInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationStackResourceInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

id

public String id()

Get the id property: Resource Id.

Overrides:

ApplicationStackResourceInner.id()

Returns:

the id value.

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: Resource Name.

Overrides:

ApplicationStackResourceInner.name()

Returns:

the name value.

namePropertiesName

public String namePropertiesName()

Get the name property: Application stack name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

ApplicationStackResourceInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: Resource type.

Overrides:

ApplicationStackResourceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

ApplicationStackResourceInner.validate()

Applies to