ApplicationStackResourceInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ProxyOnlyResource - com.
azure. resourcemanager. appservice. fluent. models. ApplicationStackResourceInner
- com.
- com.
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<Application |
frameworks()
Get the frameworks property: List of frameworks associated with application stack. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
id()
Get the id property: Resource Id. |
|
List<Application |
isDeprecated()
Get the is |
|
List<Stack |
majorVersions()
Get the major |
| String |
name()
Get the name property: Resource Name. |
| String |
namePropertiesName()
Get the name property: Application stack name. |
|
Json |
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:
display
public String display()
Get the display property: Application stack display name.
Returns:
frameworks
public List<ApplicationStack> frameworks()
Get the frameworks property: List of frameworks associated with application stack.
Returns:
fromJson
public static ApplicationStackResourceInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationStackResourceInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource Id.
Overrides:
ApplicationStackResourceInner.id()Returns:
isDeprecated
public List<ApplicationStack> isDeprecated()
Get the isDeprecated property: true if this is the stack is deprecated; otherwise, false.
Returns:
majorVersions
public List<StackMajorVersion> majorVersions()
Get the majorVersions property: List of major versions available.
Returns:
name
public String name()
Get the name property: Resource Name.
Overrides:
ApplicationStackResourceInner.name()Returns:
namePropertiesName
public String namePropertiesName()
Get the name property: Application stack name.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationStackResourceInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Overrides:
ApplicationStackResourceInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ApplicationStackResourceInner.validate()