Class SuppressionAlertsScope

java.lang.Object
com.azure.resourcemanager.security.models.SuppressionAlertsScope

public final class SuppressionAlertsScope extends Object
The SuppressionAlertsScope model.
  • Constructor Details

    • SuppressionAlertsScope

      public SuppressionAlertsScope()
  • Method Details

    • allOf

      public List<ScopeElement> allOf()
      Get the allOf property: All the conditions inside need to be true in order to suppress the alert.
      Returns:
      the allOf value.
    • withAllOf

      public SuppressionAlertsScope withAllOf(List<ScopeElement> allOf)
      Set the allOf property: All the conditions inside need to be true in order to suppress the alert.
      Parameters:
      allOf - the allOf value to set.
      Returns:
      the SuppressionAlertsScope object itself.
    • validate

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