Uses of Class
com.microsoft.azure.management.appservice.ApplicationStack
Packages that use ApplicationStack
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of ApplicationStack in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return ApplicationStackModifier and TypeMethodDescriptionApplicationStack.withDependency
(String dependency) Set application stack dependency.ApplicationStack.withDisplay
(String display) Set application stack display name.ApplicationStack.withFrameworks
(List<ApplicationStack> frameworks) Set list of frameworks associated with application stack.ApplicationStack.withMajorVersions
(List<StackMajorVersion> majorVersions) Set list of major versions available.Set application stack name.Methods in com.microsoft.azure.management.appservice that return types with arguments of type ApplicationStackModifier and TypeMethodDescriptionApplicationStack.frameworks()
Get list of frameworks associated with application stack.Method parameters in com.microsoft.azure.management.appservice with type arguments of type ApplicationStackModifier and TypeMethodDescriptionApplicationStack.withFrameworks
(List<ApplicationStack> frameworks) Set list of frameworks associated with application stack.