ApplicationStack Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. ApplicationStack
- com.
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<Application |
frameworks()
Get the frameworks property: List of frameworks associated with application stack. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
List<Application |
isDeprecated()
Get the is |
|
List<Stack |
majorVersions()
Get the major |
| String |
name()
Get the name property: Application stack name. |
|
Json |
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:
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 ApplicationStack fromJson(JsonReader jsonReader)
Reads an instance of ApplicationStack from the JsonReader.
Parameters:
Returns:
Throws:
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: Application stack name.
Returns:
toJson
validate
public void validate()
Validates the instance.