Class IoTSecurityDeviceRecommendation

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

public final class IoTSecurityDeviceRecommendation extends Object
Statistical information about the number of recommendations per device, per recommendation type.
  • Constructor Details

    • IoTSecurityDeviceRecommendation

      public IoTSecurityDeviceRecommendation()
  • Method Details

    • recommendationDisplayName

      public String recommendationDisplayName()
      Get the recommendationDisplayName property: Display name of the recommendation.
      Returns:
      the recommendationDisplayName value.
    • reportedSeverity

      public ReportedSeverity reportedSeverity()
      Get the reportedSeverity property: Assessed recommendation severity.
      Returns:
      the reportedSeverity value.
    • devicesCount

      public Long devicesCount()
      Get the devicesCount property: Number of devices with this recommendation.
      Returns:
      the devicesCount value.
    • validate

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