Uses of Class
com.microsoft.azure.management.appservice.StackMajorVersion
Packages that use StackMajorVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of StackMajorVersion in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StackMajorVersionModifier and TypeMethodDescriptionStackMajorVersion.withApplicationInsights
(Boolean applicationInsights) Set <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.StackMajorVersion.withDisplayVersion
(String displayVersion) Set application stack major version (display only).StackMajorVersion.withIsDefault
(Boolean isDefault) Set <code>true</code> if this is the default major version; otherwise, <code>false</code>.StackMajorVersion.withIsDeprecated
(Boolean isDeprecated) Set <code>true</code> if this stack has been deprecated, otherwise <code>false</code>.StackMajorVersion.withIsHidden
(Boolean isHidden) Set <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>.StackMajorVersion.withIsPreview
(Boolean isPreview) Set <code>true</code> if this stack is in Preview, otherwise <code>false</code>.StackMajorVersion.withMinorVersions
(List<StackMinorVersion> minorVersions) Set minor versions associated with the major version.StackMajorVersion.withRuntimeVersion
(String runtimeVersion) Set application stack major version (runtime only).Methods in com.microsoft.azure.management.appservice that return types with arguments of type StackMajorVersionModifier and TypeMethodDescriptionApplicationStack.majorVersions()
Get list of major versions available.Method parameters in com.microsoft.azure.management.appservice with type arguments of type StackMajorVersionModifier and TypeMethodDescriptionApplicationStack.withMajorVersions
(List<StackMajorVersion> majorVersions) Set list of major versions available.