Class EventCategoryCollection


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

      • EventCategoryCollection

        public EventCategoryCollection()
    • Method Detail

      • value

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

        public EventCategoryCollection withValue​(List<LocalizableStringInner> value)
        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.