Class IoTSecurityAlertedDevice

java.lang.Object
com.azure.resourcemanager.security.models.IoTSecurityAlertedDevice

public final class IoTSecurityAlertedDevice extends Object
Statistical information about the number of alerts per device during last set number of days.
  • Constructor Details

    • IoTSecurityAlertedDevice

      public IoTSecurityAlertedDevice()
  • Method Details

    • deviceId

      public String deviceId()
      Get the deviceId property: Device identifier.
      Returns:
      the deviceId value.
    • alertsCount

      public Long alertsCount()
      Get the alertsCount property: Number of alerts raised for this device.
      Returns:
      the alertsCount value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.