ScanResult 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
ScanResult() |
Initializes a new instance of the ScanResult class. |
ScanResult(String, String, String, ScanResultProperties) |
Initializes a new instance of the ScanResult class. |
ScanResult()
Initializes a new instance of the ScanResult class.
public ScanResult ();
Public Sub New ()
Applies to
ScanResult(String, String, String, ScanResultProperties)
Initializes a new instance of the ScanResult class.
public ScanResult (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Security.Models.ScanResultProperties properties = default);
new Microsoft.Azure.Management.Security.Models.ScanResult : string * string * string * Microsoft.Azure.Management.Security.Models.ScanResultProperties -> Microsoft.Azure.Management.Security.Models.ScanResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As ScanResultProperties = Nothing)
Parameters
- id
- String
Resource Id
- name
- String
Resource name
- type
- String
Resource type
- properties
- ScanResultProperties
A vulnerability assessment scan result properties for a single rule.