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