Class ExclusionManagedRule

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

public final class ExclusionManagedRule extends Object implements com.azure.json.JsonSerializable<ExclusionManagedRule>
Defines a managed rule to use for exclusion.
  • Constructor Details

    • ExclusionManagedRule

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

    • ruleId

      public String ruleId()
      Get the ruleId property: Identifier for the managed rule.
      Returns:
      the ruleId value.
    • withRuleId

      public ExclusionManagedRule withRuleId(String ruleId)
      Set the ruleId property: Identifier for the managed rule.
      Parameters:
      ruleId - the ruleId value to set.
      Returns:
      the ExclusionManagedRule 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<ExclusionManagedRule>
      Throws:
      IOException
    • fromJson

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