public final class StackMinorVersion extends Object
| Constructor and Description |
|---|
StackMinorVersion() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayVersion()
Get the displayVersion property: Application stack minor version (display only).
|
Boolean |
isDefault()
Get the isDefault property: <code>true</code> if this is the default minor version; otherwise,
<code>false</code>.
|
Boolean |
isRemoteDebuggingEnabled()
Get the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging,
otherwise <code>false</code>.
|
String |
runtimeVersion()
Get the runtimeVersion property: Application stack minor version (runtime only).
|
void |
validate()
Validates the instance.
|
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).
|
public String displayVersion()
public StackMinorVersion withDisplayVersion(String displayVersion)
displayVersion - the displayVersion value to set.public String runtimeVersion()
public StackMinorVersion withRuntimeVersion(String runtimeVersion)
runtimeVersion - the runtimeVersion value to set.public Boolean isDefault()
public StackMinorVersion withIsDefault(Boolean isDefault)
isDefault - the isDefault value to set.public Boolean isRemoteDebuggingEnabled()
public StackMinorVersion withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
isRemoteDebuggingEnabled - the isRemoteDebuggingEnabled value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.