Class EventCategoryCollection

java.lang.Object
com.azure.resourcemanager.monitor.models.EventCategoryCollection

public final class EventCategoryCollection extends Object
A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
  • Constructor Details

    • EventCategoryCollection

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

    • value

      public List<LocalizableStringInner> value()
      Get the value property: the list that includes the Azure event categories.
      Returns:
      the value value.
    • withValue

      Set the value property: the list that includes the Azure event categories.
      Parameters:
      value - the value value to set.
      Returns:
      the EventCategoryCollection object itself.
    • validate

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