ArmSecurityCenterModelFactory.IotSeverityMetrics Method

Definition

Initializes a new instance of IotSeverityMetrics.

public static Azure.ResourceManager.SecurityCenter.Models.IotSeverityMetrics IotSeverityMetrics (long? high = default, long? medium = default, long? low = default);
static member IotSeverityMetrics : Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.SecurityCenter.Models.IotSeverityMetrics
Public Shared Function IotSeverityMetrics (Optional high As Nullable(Of Long) = Nothing, Optional medium As Nullable(Of Long) = Nothing, Optional low As Nullable(Of Long) = Nothing) As IotSeverityMetrics

Parameters

high
Nullable<Int64>

Count of high severity alerts/recommendations.

medium
Nullable<Int64>

Count of medium severity alerts/recommendations.

low
Nullable<Int64>

Count of low severity alerts/recommendations.

Returns

A new IotSeverityMetrics instance for mocking.

Applies to