ArmSecurityCenterModelFactory.RuleResultsInput Method
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.
Initializes a new instance of RuleResultsInput.
public static Azure.ResourceManager.SecurityCenter.Models.RuleResultsInput RuleResultsInput(bool? isLatestScan = default, System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<string>> results = default);
static member RuleResultsInput : Nullable<bool> * seq<seq<string>> -> Azure.ResourceManager.SecurityCenter.Models.RuleResultsInput
Public Shared Function RuleResultsInput (Optional isLatestScan As Nullable(Of Boolean) = Nothing, Optional results As IEnumerable(Of IEnumerable(Of String)) = Nothing) As RuleResultsInput
Parameters
- results
- IEnumerable<IEnumerable<String>>
Expected results to be inserted into the baseline. Leave this field empty if latestScan == true.
Returns
A new RuleResultsInput instance for mocking.