你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationRuleSet Class

Definition

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.

public class AutomationRuleSet
type AutomationRuleSet = class
Public Class AutomationRuleSet
Inheritance
AutomationRuleSet

Constructors

AutomationRuleSet()

Initializes a new instance of the AutomationRuleSet class.

AutomationRuleSet(IList<AutomationTriggeringRule>)

Initializes a new instance of the AutomationRuleSet class.

Properties

Rules

Gets or sets

Extension Methods

ConvertToPSType(AutomationRuleSet)

Applies to