IoTSeverityMetrics 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
IoTSeverityMetrics() |
Initializes a new instance of the IoTSeverityMetrics class. |
IoTSeverityMetrics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>) |
Initializes a new instance of the IoTSeverityMetrics class. |
IoTSeverityMetrics()
Initializes a new instance of the IoTSeverityMetrics class.
public IoTSeverityMetrics ();
Public Sub New ()
Applies to
IoTSeverityMetrics(Nullable<Int64>, Nullable<Int64>, Nullable<Int64>)
Initializes a new instance of the IoTSeverityMetrics class.
public IoTSeverityMetrics (long? high = default, long? medium = default, long? low = default);
new Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Microsoft.Azure.Management.Security.Models.IoTSeverityMetrics
Public Sub New (Optional high As Nullable(Of Long) = Nothing, Optional medium As Nullable(Of Long) = Nothing, Optional low As Nullable(Of Long) = Nothing)