Partager via


CVE Constructors

Definition

Overloads

CVE()

Initializes a new instance of the CVE class.

CVE(String, String)

Initializes a new instance of the CVE class.

CVE()

Initializes a new instance of the CVE class.

public CVE ();
Public Sub New ()

Applies to

CVE(String, String)

Initializes a new instance of the CVE class.

public CVE (string title = default, string link = default);
new Microsoft.Azure.Management.Security.Models.CVE : string * string -> Microsoft.Azure.Management.Security.Models.CVE
Public Sub New (Optional title As String = Nothing, Optional link As String = Nothing)

Parameters

title
String

CVE title

link
String

Link url

Applies to