Share via


ScanResults Constructors

Definition

Overloads

ScanResults()

Initializes a new instance of the ScanResults class.

ScanResults(IList<ScanResult>)

Initializes a new instance of the ScanResults class.

ScanResults()

Initializes a new instance of the ScanResults class.

public ScanResults ();
Public Sub New ()

Applies to

ScanResults(IList<ScanResult>)

Initializes a new instance of the ScanResults class.

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

Parameters

value
IList<ScanResult>

List of vulnerability assessment scan results.

Applies to