StackMinorVersion Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. StackMinorVersion
- com.
Implements
public final class StackMinorVersion
implements JsonSerializable<StackMinorVersion>
Application stack minor version.
Constructor Summary
Constructor | Description |
---|---|
StackMinorVersion() |
Creates an instance of Stack |
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. |
Stack |
withDisplayVersion(String displayVersion)
Set the display |
Stack |
withIsDefault(Boolean isDefault)
Set the is |
Stack |
withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
Set the is |
Stack |
withRuntimeVersion(String runtimeVersion)
Set the runtime |
Methods inherited from java.lang.Object
Constructor Details
StackMinorVersion
public StackMinorVersion()
Creates an instance of StackMinorVersion class.
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.
withDisplayVersion
public StackMinorVersion withDisplayVersion(String displayVersion)
Set the displayVersion property: Application stack minor version (display only).
Parameters:
Returns:
withIsDefault
public StackMinorVersion withIsDefault(Boolean isDefault)
Set the isDefault property: true
if this is the default minor version; otherwise, false
.
Parameters:
Returns:
withIsRemoteDebuggingEnabled
public StackMinorVersion withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
Set the isRemoteDebuggingEnabled property: true
if this supports Remote Debugging, otherwise false
.
Parameters:
Returns:
withRuntimeVersion
public StackMinorVersion withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: Application stack minor version (runtime only).
Parameters:
Returns:
Applies to
Azure SDK for Java