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