ArmIotFirmwareDefenseModelFactory.CveSummary 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.
Overloads
CveSummary(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of CveSummary. |
CveSummary(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of CveSummary. |
CveSummary(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of CveSummary.
public static Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary CveSummary (long? critical = default, long? high = default, long? medium = default, long? low = default, long? unknown = default);
static member CveSummary : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary
Public Shared Function CveSummary (Optional critical As Nullable(Of Long) = Nothing, Optional high As Nullable(Of Long) = Nothing, Optional medium As Nullable(Of Long) = Nothing, Optional low As Nullable(Of Long) = Nothing, Optional unknown As Nullable(Of Long) = Nothing) As CveSummary
Parameters
Returns
A new CveSummary instance for mocking.
Applies to
CveSummary(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of CveSummary.
public static Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary CveSummary (long? critical = default, long? high = default, long? medium = default, long? low = default, long? unknown = default, long? undefined = default);
static member CveSummary : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary
Public Shared Function CveSummary (Optional critical As Nullable(Of Long) = Nothing, Optional high As Nullable(Of Long) = Nothing, Optional medium As Nullable(Of Long) = Nothing, Optional low As Nullable(Of Long) = Nothing, Optional unknown As Nullable(Of Long) = Nothing, Optional undefined As Nullable(Of Long) = Nothing) As CveSummary
Parameters
Returns
A new CveSummary instance for mocking.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET