RulesResultsInput 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
RulesResultsInput() |
Initializes a new instance of the RulesResultsInput class. |
RulesResultsInput(Nullable<Boolean>, IDictionary<String,IList<IList<String>>>) |
Initializes a new instance of the RulesResultsInput class. |
RulesResultsInput()
Initializes a new instance of the RulesResultsInput class.
public RulesResultsInput ();
Public Sub New ()
Applies to
RulesResultsInput(Nullable<Boolean>, IDictionary<String,IList<IList<String>>>)
Initializes a new instance of the RulesResultsInput class.
public RulesResultsInput (bool? latestScan = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<System.Collections.Generic.IList<string>>> results = default);
new Microsoft.Azure.Management.Security.Models.RulesResultsInput : Nullable<bool> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<System.Collections.Generic.IList<string>>> -> Microsoft.Azure.Management.Security.Models.RulesResultsInput
Public Sub New (Optional latestScan As Nullable(Of Boolean) = Nothing, Optional results As IDictionary(Of String, IList(Of IList(Of String))) = Nothing)
Parameters
- results
- IDictionary<String,IList<IList<String>>>
Expected results to be inserted into the baseline.Leave this field empty it LatestScan == true.