Class ApplicationStack
java.lang.Object
com.microsoft.azure.management.appservice.ApplicationStack
Application stack.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet application stack dependency.display()
Get application stack display name.Get list of frameworks associated with application stack.Get list of major versions available.name()
Get application stack name.withDependency
(String dependency) Set application stack dependency.withDisplay
(String display) Set application stack display name.withFrameworks
(List<ApplicationStack> frameworks) Set list of frameworks associated with application stack.withMajorVersions
(List<StackMajorVersion> majorVersions) Set list of major versions available.Set application stack name.
-
Constructor Details
-
ApplicationStack
public ApplicationStack()
-
-
Method Details
-
name
Get application stack name.- Returns:
- the name value
-
withName
Set application stack name.- Parameters:
name
- the name value to set- Returns:
- the ApplicationStack object itself.
-
display
Get application stack display name.- Returns:
- the display value
-
withDisplay
Set application stack display name.- Parameters:
display
- the display value to set- Returns:
- the ApplicationStack object itself.
-
dependency
Get application stack dependency.- Returns:
- the dependency value
-
withDependency
Set application stack dependency.- Parameters:
dependency
- the dependency value to set- Returns:
- the ApplicationStack object itself.
-
majorVersions
Get list of major versions available.- Returns:
- the majorVersions value
-
withMajorVersions
Set list of major versions available.- Parameters:
majorVersions
- the majorVersions value to set- Returns:
- the ApplicationStack object itself.
-
frameworks
Get list of frameworks associated with application stack.- Returns:
- the frameworks value
-
withFrameworks
Set list of frameworks associated with application stack.- Parameters:
frameworks
- the frameworks value to set- Returns:
- the ApplicationStack object itself.
-