ArmIotFirmwareDefenseModelFactory.CveLink(Uri, String) Method
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.
Initializes a new instance of CveLink.
public static Azure.ResourceManager.IotFirmwareDefense.Models.CveLink CveLink(Uri href = default, string label = default);
static member CveLink : Uri * string -> Azure.ResourceManager.IotFirmwareDefense.Models.CveLink
Public Shared Function CveLink (Optional href As Uri = Nothing, Optional label As String = Nothing) As CveLink
Parameters
- href
- Uri
The destination of the reference link.
- label
- String
The label of the reference link.
Returns
A new CveLink instance for mocking.