Freigeben über


ArmSecurityCenterModelFactory.IotSeverityMetrics Methode

Definition

Initialisiert eine neue instance von 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

Parameter

high
Nullable<Int64>

Anzahl von Warnungen/Empfehlungen mit hohem Schweregrad.

medium
Nullable<Int64>

Anzahl der Warnungen/Empfehlungen des mittleren Schweregrads.

low
Nullable<Int64>

Anzahl von Warnungen/Empfehlungen mit niedrigem Schweregrad.

Gibt zurück

Eine neue IotSeverityMetrics instance zum Simulieren.

Gilt für: