Class StackMinorVersion
java.lang.Object
com.microsoft.azure.management.appservice.StackMinorVersion
Application stack minor version.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet application stack minor version (display only).Get <code>true</code> if this is the default minor version; otherwise, <code>false</code>.Get <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.Get application stack minor version (runtime only).withDisplayVersion
(String displayVersion) Set application stack minor version (display only).withIsDefault
(Boolean isDefault) Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.withIsRemoteDebuggingEnabled
(Boolean isRemoteDebuggingEnabled) Set <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.withRuntimeVersion
(String runtimeVersion) Set application stack minor version (runtime only).
-
Constructor Details
-
StackMinorVersion
public StackMinorVersion()
-
-
Method Details
-
displayVersion
Get application stack minor version (display only).- Returns:
- the displayVersion value
-
withDisplayVersion
Set application stack minor version (display only).- Parameters:
displayVersion
- the displayVersion value to set- Returns:
- the StackMinorVersion object itself.
-
runtimeVersion
Get application stack minor version (runtime only).- Returns:
- the runtimeVersion value
-
withRuntimeVersion
Set application stack minor version (runtime only).- Parameters:
runtimeVersion
- the runtimeVersion value to set- Returns:
- the StackMinorVersion object itself.
-
isDefault
Get <code>true</code> if this is the default minor version; otherwise, <code>false</code>.- Returns:
- the isDefault value
-
withIsDefault
Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.- Parameters:
isDefault
- the isDefault value to set- Returns:
- the StackMinorVersion object itself.
-
isRemoteDebuggingEnabled
Get <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.- Returns:
- the isRemoteDebuggingEnabled value
-
withIsRemoteDebuggingEnabled
Set <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.- Parameters:
isRemoteDebuggingEnabled
- the isRemoteDebuggingEnabled value to set- Returns:
- the StackMinorVersion object itself.
-