ArmSecurityCenterModelFactory.RulesResultsContent Method

Definition

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

latestScan
Nullable<Boolean>

Take results from latest scan.

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.

Applies to