Scans Constructors

Definition

Overloads

Scans()

Initializes a new instance of the Scans class.

Scans(IList<Scan>)

Initializes a new instance of the Scans class.

Scans()

Initializes a new instance of the Scans class.

public Scans ();
Public Sub New ()

Applies to

Scans(IList<Scan>)

Initializes a new instance of the Scans class.

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

Parameters

value
IList<Scan>

List of vulnerability assessment scan records.

Applies to