Interface IoTSecuritySolutionAnalyticsModel


public interface IoTSecuritySolutionAnalyticsModel
An immutable client-side representation of IoTSecuritySolutionAnalyticsModel.
  • 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.
    • metrics

      Gets the metrics property: Security analytics of your IoT Security solution.
      Returns:
      the metrics value.
    • unhealthyDeviceCount

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

      Gets the devicesMetrics property: List of device metrics by the aggregation date.
      Returns:
      the devicesMetrics value.
    • topAlertedDevices

      List<IoTSecurityAlertedDevice> topAlertedDevices()
      Gets the topAlertedDevices property: List of the 3 devices with the most alerts.
      Returns:
      the topAlertedDevices value.
    • mostPrevalentDeviceAlerts

      List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()
      Gets the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.
      Returns:
      the mostPrevalentDeviceAlerts value.
    • mostPrevalentDeviceRecommendations

      List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()
      Gets the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.
      Returns:
      the mostPrevalentDeviceRecommendations value.
    • innerModel

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