ApplicationStackResourceInner Class

public final class ApplicationStackResourceInner
extends ProxyOnlyResource

ARM resource for a ApplicationStack.

Constructor Summary

Constructor Description
ApplicationStackResourceInner()

Creates an instance of ApplicationStackResourceInner class.

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: Fully qualified resource Id for the resource.

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: The name of the resource.

String namePropertiesName()

Get the name property: Application stack name.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

ApplicationStackResourceInner withDependency(String dependency)

Set the dependency property: Application stack dependency.

ApplicationStackResourceInner withDisplay(String display)

Set the display property: Application stack display name.

ApplicationStackResourceInner withFrameworks(List<ApplicationStack> frameworks)

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

ApplicationStackResourceInner withIsDeprecated(List<ApplicationStack> isDeprecated)

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

ApplicationStackResourceInner withKind(String kind)

Set the kind property: Kind of resource.

ApplicationStackResourceInner withMajorVersions(List<StackMajorVersion> majorVersions)

Set the majorVersions property: List of major versions available.

ApplicationStackResourceInner withNamePropertiesName(String name)

Set the name property: Application stack name.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

ApplicationStackResourceInner

public ApplicationStackResourceInner()

Creates an instance of ApplicationStackResourceInner class.

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 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 the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

ApplicationStackResourceInner.id()

Returns:

the id value.

isDeprecated

public List isDeprecated()

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

Returns:

the isDeprecated value.

majorVersions

public List majorVersions()

Get the majorVersions property: List of major versions available.

Returns:

the majorVersions value.

name

public String name()

Get the name property: The name of the resource.

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: The type of the resource.

Overrides:

ApplicationStackResourceInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

ApplicationStackResourceInner.validate()

withDependency

public ApplicationStackResourceInner withDependency(String dependency)

Set the dependency property: Application stack dependency.

Parameters:

dependency - the dependency value to set.

Returns:

the ApplicationStackResourceInner object itself.

withDisplay

public ApplicationStackResourceInner withDisplay(String display)

Set the display property: Application stack display name.

Parameters:

display - the display value to set.

Returns:

the ApplicationStackResourceInner object itself.

withFrameworks

public ApplicationStackResourceInner withFrameworks(List frameworks)

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

Parameters:

frameworks - the frameworks value to set.

Returns:

the ApplicationStackResourceInner object itself.

withIsDeprecated

public ApplicationStackResourceInner withIsDeprecated(List isDeprecated)

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

Parameters:

isDeprecated - the isDeprecated value to set.

Returns:

the ApplicationStackResourceInner object itself.

withKind

public ApplicationStackResourceInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

ApplicationStackResourceInner.withKind(String kind)

Parameters:

kind

withMajorVersions

public ApplicationStackResourceInner withMajorVersions(List majorVersions)

Set the majorVersions property: List of major versions available.

Parameters:

majorVersions - the majorVersions value to set.

Returns:

the ApplicationStackResourceInner object itself.

withNamePropertiesName

public ApplicationStackResourceInner withNamePropertiesName(String name)

Set the name property: Application stack name.

Parameters:

name - the name value to set.

Returns:

the ApplicationStackResourceInner object itself.

Applies to