ScanResults Constructors
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.
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.