Uses of Class
com.azure.resourcemanager.appservice.models.StackMinorVersion
Packages that use StackMinorVersion
Package
Description
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 StackMinorVersionModifier and TypeMethodDescriptionstatic StackMinorVersion
StackMinorVersion.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of StackMinorVersion from the JsonReader.StackMinorVersion.withDisplayVersion
(String displayVersion) Set the displayVersion property: Application stack minor version (display only).StackMinorVersion.withIsDefault
(Boolean isDefault) Set the isDefault property: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.StackMinorVersion.withIsRemoteDebuggingEnabled
(Boolean isRemoteDebuggingEnabled) Set the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.StackMinorVersion.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 StackMinorVersionModifier and TypeMethodDescriptionStackMajorVersion.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 StackMinorVersionModifier and TypeMethodDescriptionStackMajorVersion.withMinorVersions
(List<StackMinorVersion> minorVersions) Set the minorVersions property: Minor versions associated with the major version.