Interface IoTSecurityAggregatedRecommendation


public interface IoTSecurityAggregatedRecommendation
An immutable client-side representation of IoTSecurityAggregatedRecommendation.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • recommendationName

      String recommendationName()
      Gets the recommendationName property: Name of the recommendation.
      Returns:
      the recommendationName value.
    • recommendationDisplayName

      String recommendationDisplayName()
      Gets the recommendationDisplayName property: Display name of the recommendation type.
      Returns:
      the recommendationDisplayName value.
    • description

      String description()
      Gets the description property: Description of the suspected vulnerability and meaning.
      Returns:
      the description value.
    • recommendationTypeId

      String recommendationTypeId()
      Gets the recommendationTypeId property: Recommendation-type GUID.
      Returns:
      the recommendationTypeId value.
    • detectedBy

      String detectedBy()
      Gets the detectedBy property: Name of the organization that made the recommendation.
      Returns:
      the detectedBy value.
    • remediationSteps

      String remediationSteps()
      Gets the remediationSteps property: Recommended steps for remediation.
      Returns:
      the remediationSteps value.
    • reportedSeverity

      ReportedSeverity reportedSeverity()
      Gets the reportedSeverity property: Assessed recommendation severity.
      Returns:
      the reportedSeverity value.
    • healthyDevices

      Long healthyDevices()
      Gets the healthyDevices property: Number of healthy devices within the IoT Security solution.
      Returns:
      the healthyDevices value.
    • unhealthyDeviceCount

      Long unhealthyDeviceCount()
      Gets the unhealthyDeviceCount property: Number of unhealthy devices within the IoT Security solution.
      Returns:
      the unhealthyDeviceCount value.
    • logAnalyticsQuery

      String logAnalyticsQuery()
      Gets the logAnalyticsQuery property: Log analytics query for getting the list of affected devices/alerts.
      Returns:
      the logAnalyticsQuery value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecurityAggregatedRecommendationInner object.
      Returns:
      the inner object.