WebAppStackInner Class

public final class WebAppStackInner
extends ProxyOnlyResource

Web App stack.

Constructor Summary

Constructor Description
WebAppStackInner()

Creates an instance of WebAppStackInner class.

Method Summary

Modifier and Type Method and Description
String displayText()

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

static WebAppStackInner fromJson(JsonReader jsonReader)

Reads an instance of WebAppStackInner from the JsonReader.

String id()

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

String location()

Get the location property: Web App stack location.

List<WebAppMajorVersion> majorVersions()

Get the majorVersions property: List of major versions available.

String name()

Get the name property: The name of the resource.

StackPreferredOs preferredOs()

Get the preferredOs property: Web App stack preferred OS.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

String value()

Get the value property: Web App stack name.

WebAppStackInner withKind(String kind)

Set the kind property: Kind of resource.

Methods inherited from ProxyOnlyResource

Methods inherited from java.lang.Object

Constructor Details

WebAppStackInner

public WebAppStackInner()

Creates an instance of WebAppStackInner class.

Method Details

displayText

public String displayText()

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

Returns:

the displayText value.

fromJson

public static WebAppStackInner fromJson(JsonReader jsonReader)

Reads an instance of WebAppStackInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of WebAppStackInner 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:

WebAppStackInner.id()

Returns:

the id value.

location

public String location()

Get the location property: Web App stack location.

Returns:

the location 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:

WebAppStackInner.name()

Returns:

the name value.

preferredOs

public StackPreferredOs preferredOs()

Get the preferredOs property: Web App stack preferred OS.

Returns:

the preferredOs value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

WebAppStackInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

WebAppStackInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Overrides:

WebAppStackInner.validate()

value

public String value()

Get the value property: Web App stack name.

Returns:

the value value.

withKind

public WebAppStackInner withKind(String kind)

Set the kind property: Kind of resource.

Overrides:

WebAppStackInner.withKind(String kind)

Parameters:

kind

Applies to