Uses of Class
com.microsoft.azure.management.appservice.StackMinorVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of StackMinorVersion in com.microsoft.azure.management.appservice
Modifier 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).Modifier and TypeMethodDescriptionStackMajorVersion.minorVersions()
Get minor versions associated with the major version.Modifier and TypeMethodDescriptionStackMajorVersion.withMinorVersions
(List<StackMinorVersion> minorVersions) Set minor versions associated with the major version.