SuppressionAlertsScope Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SuppressionAlertsScope

public final class SuppressionAlertsScope

The SuppressionAlertsScope model.

Constructor Summary

Constructor Description
SuppressionAlertsScope()

Creates an instance of SuppressionAlertsScope class.

Method Summary

Modifier and Type Method and Description
List<ScopeElement> allOf()

Get the allOf property: All the conditions inside need to be true in order to suppress the alert.

void validate()

Validates the instance.

SuppressionAlertsScope withAllOf(List<ScopeElement> allOf)

Set the allOf property: All the conditions inside need to be true in order to suppress the alert.

Methods inherited from java.lang.Object

Constructor Details

SuppressionAlertsScope

public SuppressionAlertsScope()

Creates an instance of SuppressionAlertsScope class.

Method Details

allOf

public List allOf()

Get the allOf property: All the conditions inside need to be true in order to suppress the alert.

Returns:

the allOf value.

validate

public void validate()

Validates the instance.

withAllOf

public SuppressionAlertsScope withAllOf(List allOf)

Set the allOf property: All the conditions inside need to be true in order to suppress the alert.

Parameters:

allOf - the allOf value to set.

Returns:

the SuppressionAlertsScope object itself.

Applies to