RulesResults 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
RulesResults() |
Initializes a new instance of the RulesResults class. |
RulesResults(IList<RuleResults>) |
Initializes a new instance of the RulesResults class. |
RulesResults()
Initializes a new instance of the RulesResults class.
public RulesResults ();
Public Sub New ()
Applies to
RulesResults(IList<RuleResults>)
Initializes a new instance of the RulesResults class.
public RulesResults (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.RuleResults> value = default);
new Microsoft.Azure.Management.Security.Models.RulesResults : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.RuleResults> -> Microsoft.Azure.Management.Security.Models.RulesResults
Public Sub New (Optional value As IList(Of RuleResults) = Nothing)
Parameters
- value
- IList<RuleResults>
List of rule results.