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