public final class ActivityLogAlertAllOfCondition extends Object
| Constructor and Description |
|---|
ActivityLogAlertAllOfCondition() |
| Modifier and Type | Method and Description |
|---|---|
List<ActivityLogAlertLeafCondition> |
allOf()
Get the allOf property: The list of activity log alert conditions.
|
void |
validate()
Validates the instance.
|
ActivityLogAlertAllOfCondition |
withAllOf(List<ActivityLogAlertLeafCondition> allOf)
Set the allOf property: The list of activity log alert conditions.
|
public List<ActivityLogAlertLeafCondition> allOf()
public ActivityLogAlertAllOfCondition withAllOf(List<ActivityLogAlertLeafCondition> allOf)
allOf - the allOf value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.