Class EventCategoryCollection
java.lang.Object
com.azure.resourcemanager.monitor.models.EventCategoryCollection
A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert,
Recommendation, Policy.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of EventCategoryCollection class. -
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Validates the instance.value()Get the value property: the list that includes the Azure event categories.withValue(List<LocalizableStringInner> value) Set the value property: the list that includes the Azure event categories.
-
Constructor Details
-
EventCategoryCollection
public EventCategoryCollection()Creates an instance of EventCategoryCollection class.
-
-
Method Details
-
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.
-