EventCategoryCollection Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. EventCategoryCollection
- com.
Implements
public final class EventCategoryCollection
implements JsonSerializable<EventCategoryCollection>
A collection of event categories. Currently possible values are: Administrative, Security, ServiceHealth, Alert, Recommendation, Policy.
Constructor | Description |
---|---|
Event |
Creates an instance of Event |
Modifier and Type | Method and Description |
---|---|
static
Event |
from Reads an instance of Event |
Json |
to |
void |
validate()
Validates the instance. |
List<Localizable |
value()
Get the value property: the list that includes the Azure event categories. |
Event |
with Set the value property: the list that includes the Azure event categories. |
Methods inherited from java.lang.Object
EventCategoryCollection
public EventCategoryCollection()
Creates an instance of EventCategoryCollection class.
fromJson
public static EventCategoryCollection fromJson(JsonReader jsonReader)
Reads an instance of EventCategoryCollection from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: the list that includes the Azure event categories.
Returns:
withValue
public EventCategoryCollection withValue(List
Set the value property: the list that includes the Azure event categories.
Parameters:
Returns: