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