Uses of Class
com.microsoft.azure.management.appservice.StackMajorVersion
-
-
Uses of StackMajorVersion in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StackMajorVersion Modifier and Type Method Description StackMajorVersionStackMajorVersion. withApplicationInsights(Boolean applicationInsights)Set <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.StackMajorVersionStackMajorVersion. withDisplayVersion(String displayVersion)Set application stack major version (display only).StackMajorVersionStackMajorVersion. withIsDefault(Boolean isDefault)Set <code>true</code> if this is the default major version; otherwise, <code>false</code>.StackMajorVersionStackMajorVersion. withMinorVersions(List<StackMinorVersion> minorVersions)Set minor versions associated with the major version.StackMajorVersionStackMajorVersion. withRuntimeVersion(String runtimeVersion)Set application stack major version (runtime only).
-