ActivityLogAlertAllOfCondition Class
- java.
lang. Object - com.
azure. resourcemanager. monitor. models. ActivityLogAlertAllOfCondition
- com.
Implements
public final class ActivityLogAlertAllOfCondition
implements JsonSerializable<ActivityLogAlertAllOfCondition>
An Activity Log Alert rule condition that is met when all its member conditions are met.
Constructor Summary
Constructor | Description |
---|---|
ActivityLogAlertAllOfCondition() |
Creates an instance of Activity |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Activity |
allOf()
Get the all |
static
Activity |
fromJson(JsonReader jsonReader)
Reads an instance of Activity |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Activity |
withAllOf(List<ActivityLogAlertLeafCondition> allOf)
Set the all |
Methods inherited from java.lang.Object
Constructor Details
ActivityLogAlertAllOfCondition
public ActivityLogAlertAllOfCondition()
Creates an instance of ActivityLogAlertAllOfCondition class.
Method Details
allOf
public List
Get the allOf property: The list of Activity Log Alert rule conditions.
Returns:
fromJson
public static ActivityLogAlertAllOfCondition fromJson(JsonReader jsonReader)
Reads an instance of ActivityLogAlertAllOfCondition from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withAllOf
public ActivityLogAlertAllOfCondition withAllOf(List
Set the allOf property: The list of Activity Log Alert rule conditions.
Parameters:
Returns:
Applies to
Azure SDK for Java