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