Uses of Class
com.microsoft.azure.management.appservice.StackMinorVersion
Packages that use StackMinorVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of StackMinorVersion in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return StackMinorVersionModifier and TypeMethodDescriptionStackMinorVersion.withDisplayVersion(String displayVersion) Set application stack minor version (display only).StackMinorVersion.withIsDefault(Boolean isDefault) Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.StackMinorVersion.withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled) Set <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.StackMinorVersion.withRuntimeVersion(String runtimeVersion) Set application stack minor version (runtime only).Methods in com.microsoft.azure.management.appservice that return types with arguments of type StackMinorVersionModifier and TypeMethodDescriptionStackMajorVersion.minorVersions()Get minor versions associated with the major version.Method parameters in com.microsoft.azure.management.appservice with type arguments of type StackMinorVersionModifier and TypeMethodDescriptionStackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions) Set minor versions associated with the major version.