IoTSecurityDeviceAlert Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.IoTSecurityDeviceAlert

public final class IoTSecurityDeviceAlert

Statistical information about the number of alerts per alert type during last set number of days.

Constructor Summary

Constructor Description
IoTSecurityDeviceAlert()

Creates an instance of IoTSecurityDeviceAlert class.

Method Summary

Modifier and Type Method and Description
String alertDisplayName()

Get the alertDisplayName property: Display name of the alert.

Long alertsCount()

Get the alertsCount property: Number of alerts raised for this alert type.

ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed Alert severity.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IoTSecurityDeviceAlert

public IoTSecurityDeviceAlert()

Creates an instance of IoTSecurityDeviceAlert class.

Method Details

alertDisplayName

public String alertDisplayName()

Get the alertDisplayName property: Display name of the alert.

Returns:

the alertDisplayName value.

alertsCount

public Long alertsCount()

Get the alertsCount property: Number of alerts raised for this alert type.

Returns:

the alertsCount value.

reportedSeverity

public ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed Alert severity.

Returns:

the reportedSeverity value.

validate

public void validate()

Validates the instance.

Applies to