Freigeben über


ArmSecurityCenterModelFactory.IotSecurityDeviceAlert Methode

Definition

Initialisiert eine neue instance von IotSecurityDeviceAlert.

public static Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert IotSecurityDeviceAlert (string alertDisplayName = default, Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity? reportedSeverity = default, long? alertsCount = default);
static member IotSecurityDeviceAlert : string * Nullable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity> * Nullable<int64> -> Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert
Public Shared Function IotSecurityDeviceAlert (Optional alertDisplayName As String = Nothing, Optional reportedSeverity As Nullable(Of ReportedSeverity) = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing) As IotSecurityDeviceAlert

Parameter

alertDisplayName
String

Anzeigename der Warnung.

reportedSeverity
Nullable<ReportedSeverity>

Bewerteter Warnungsschweregrad.

alertsCount
Nullable<Int64>

Anzahl der Warnungen, die für diesen Warnungstyp ausgelöst werden.

Gibt zurück

Eine neue IotSecurityDeviceAlert instance zum Simulieren.

Gilt für: