Class AutoHealRules

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

public final class AutoHealRules extends Object implements com.azure.json.JsonSerializable<AutoHealRules>
Rules that can be defined for auto-heal.
  • Constructor Details

    • AutoHealRules

      public AutoHealRules()
      Creates an instance of AutoHealRules class.
  • Method Details

    • triggers

      public AutoHealTriggers triggers()
      Get the triggers property: Conditions that describe when to execute the auto-heal actions.
      Returns:
      the triggers value.
    • withTriggers

      public AutoHealRules withTriggers(AutoHealTriggers triggers)
      Set the triggers property: Conditions that describe when to execute the auto-heal actions.
      Parameters:
      triggers - the triggers value to set.
      Returns:
      the AutoHealRules object itself.
    • actions

      public AutoHealActions actions()
      Get the actions property: Actions to be executed when a rule is triggered.
      Returns:
      the actions value.
    • withActions

      public AutoHealRules withActions(AutoHealActions actions)
      Set the actions property: Actions to be executed when a rule is triggered.
      Parameters:
      actions - the actions value to set.
      Returns:
      the AutoHealRules object itself.
    • 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<AutoHealRules>
      Throws:
      IOException
    • fromJson

      public static AutoHealRules fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of AutoHealRules from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of AutoHealRules 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 AutoHealRules.