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 Summary
Constructors Constructor Description EventCategoryCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<LocalizableStringInner>value()Get the value property: the list that includes the Azure event categories.EventCategoryCollectionwithValue(List<LocalizableStringInner> value)Set the value property: the list that includes the Azure event categories.
-
-
-
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.
-
-