AutomationRuleSet Class

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

public final class AutomationRuleSet

A rule set which evaluates all its rules upon an event interception. Only when all the included rules in the rule set will be evaluated as 'true', will the event trigger the defined actions.

Constructor Summary

Constructor Description
AutomationRuleSet()

Creates an instance of AutomationRuleSet class.

Method Summary

Modifier and Type Method and Description
List<AutomationTriggeringRule> rules()

Get the rules property: The rules property.

void validate()

Validates the instance.

AutomationRuleSet withRules(List<AutomationTriggeringRule> rules)

Set the rules property: The rules property.

Methods inherited from java.lang.Object

Constructor Details

AutomationRuleSet

public AutomationRuleSet()

Creates an instance of AutomationRuleSet class.

Method Details

rules

public List rules()

Get the rules property: The rules property.

Returns:

the rules value.

validate

public void validate()

Validates the instance.

withRules

public AutomationRuleSet withRules(List rules)

Set the rules property: The rules property.

Parameters:

rules - the rules value to set.

Returns:

the AutomationRuleSet object itself.

Applies to