ApplicationStack interface
Application stack.
Properties
| dependency | Application stack dependency. |
| display | Application stack display name. |
| frameworks | List of frameworks associated with application stack. |
| is |
|
| major |
List of major versions available. |
| name | Application stack name. |
Property Details
dependency
Application stack dependency.
dependency?: string
Property Value
string
display
Application stack display name.
display?: string
Property Value
string
frameworks
List of frameworks associated with application stack.
frameworks?: ApplicationStack[]
Property Value
isDeprecated
true if this is the stack is deprecated; otherwise, false.
isDeprecated?: ApplicationStack[]
Property Value
majorVersions
List of major versions available.
majorVersions?: StackMajorVersion[]
Property Value
name
Application stack name.
name?: string
Property Value
string