你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RuleResultsProperties Constructors

Definition

Overloads

RuleResultsProperties()

Initializes a new instance of the RuleResultsProperties class.

RuleResultsProperties(IList<IList<String>>)

Initializes a new instance of the RuleResultsProperties class.

RuleResultsProperties()

Initializes a new instance of the RuleResultsProperties class.

public RuleResultsProperties ();
Public Sub New ()

Applies to

RuleResultsProperties(IList<IList<String>>)

Initializes a new instance of the RuleResultsProperties class.

public RuleResultsProperties (System.Collections.Generic.IList<System.Collections.Generic.IList<string>> results = default);
new Microsoft.Azure.Management.Security.Models.RuleResultsProperties : System.Collections.Generic.IList<System.Collections.Generic.IList<string>> -> Microsoft.Azure.Management.Security.Models.RuleResultsProperties
Public Sub New (Optional results As IList(Of IList(Of String)) = Nothing)

Parameters

results
IList<IList<String>>

Expected results in the baseline.

Applies to