Scans 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
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)