AutomationRuleSet Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AutomationRuleSet() |
Initializes a new instance of the AutomationRuleSet class. |
AutomationRuleSet(IList<AutomationTriggeringRule>) |
Initializes a new instance of the AutomationRuleSet class. |
AutomationRuleSet()
Initializes a new instance of the AutomationRuleSet class.
public AutomationRuleSet ();
Public Sub New ()
Applies to
AutomationRuleSet(IList<AutomationTriggeringRule>)
Initializes a new instance of the AutomationRuleSet class.
public AutomationRuleSet (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AutomationTriggeringRule> rules = default);
new Microsoft.Azure.Management.Security.Models.AutomationRuleSet : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AutomationTriggeringRule> -> Microsoft.Azure.Management.Security.Models.AutomationRuleSet
Public Sub New (Optional rules As IList(Of AutomationTriggeringRule) = Nothing)
Parameters
- rules
- IList<AutomationTriggeringRule>