StackMinorVersion Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. StackMinorVersion
- com.
Implements
public final class StackMinorVersion
implements JsonSerializable<StackMinorVersion>
Application stack minor version.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
displayVersion()
Get the display |
|
static
Stack |
fromJson(JsonReader jsonReader)
Reads an instance of Stack |
| Boolean |
isDefault()
Get the is |
| Boolean |
isRemoteDebuggingEnabled()
Get the is |
| String |
runtimeVersion()
Get the runtime |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
displayVersion
public String displayVersion()
Get the displayVersion property: Application stack minor version (display only).
Returns:
fromJson
public static StackMinorVersion fromJson(JsonReader jsonReader)
Reads an instance of StackMinorVersion from the JsonReader.
Parameters:
Returns:
Throws:
isDefault
public Boolean isDefault()
Get the isDefault property: true if this is the default minor version; otherwise, false.
Returns:
isRemoteDebuggingEnabled
public Boolean isRemoteDebuggingEnabled()
Get the isRemoteDebuggingEnabled property: true if this supports Remote Debugging, otherwise false.
Returns:
runtimeVersion
public String runtimeVersion()
Get the runtimeVersion property: Application stack minor version (runtime only).
Returns:
toJson
validate
public void validate()
Validates the instance.