VendorReference 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
VendorReference() |
Initializes a new instance of the VendorReference class. |
VendorReference(String, String) |
Initializes a new instance of the VendorReference class. |
VendorReference()
Initializes a new instance of the VendorReference class.
public VendorReference ();
Public Sub New ()
Applies to
VendorReference(String, String)
Initializes a new instance of the VendorReference class.
public VendorReference (string title = default, string link = default);
new Microsoft.Azure.Management.Security.Models.VendorReference : string * string -> Microsoft.Azure.Management.Security.Models.VendorReference
Public Sub New (Optional title As String = Nothing, Optional link As String = Nothing)
Parameters
- title
- String
Link title
- link
- String
Link url