Class StackMinorVersion

java.lang.Object
com.azure.resourcemanager.appservice.models.StackMinorVersion
All Implemented Interfaces:
com.azure.json.JsonSerializable<StackMinorVersion>

public final class StackMinorVersion extends Object implements com.azure.json.JsonSerializable<StackMinorVersion>
Application stack minor version.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the displayVersion property: Application stack minor version (display only).
    fromJson(com.azure.json.JsonReader jsonReader)
    Reads an instance of StackMinorVersion from the JsonReader.
    Get the isDefault property: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
    Get the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
    Get the runtimeVersion property: Application stack minor version (runtime only).
    com.azure.json.JsonWriter
    toJson(com.azure.json.JsonWriter jsonWriter)
    void
    Validates the instance.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.azure.json.JsonSerializable

    toJson, toJson, toJsonBytes, toJsonString
  • Method Details

    • displayVersion

      public String displayVersion()
      Get the displayVersion property: Application stack minor version (display only).
      Returns:
      the displayVersion value.
    • runtimeVersion

      public String runtimeVersion()
      Get the runtimeVersion property: Application stack minor version (runtime only).
      Returns:
      the runtimeVersion value.
    • isDefault

      public Boolean isDefault()
      Get the isDefault property: <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
      Returns:
      the isDefault value.
    • isRemoteDebuggingEnabled

      public Boolean isRemoteDebuggingEnabled()
      Get the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
      Returns:
      the isRemoteDebuggingEnabled value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<StackMinorVersion>
      Throws:
      IOException
    • fromJson

      public static StackMinorVersion fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of StackMinorVersion from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of StackMinorVersion if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the StackMinorVersion.