IoTSecuritySolutionAnalyticsModel Interface

public interface IoTSecuritySolutionAnalyticsModel

An immutable client-side representation of IoTSecuritySolutionAnalyticsModel.

Method Summary

Modifier and Type Method and Description
abstract List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()

Gets the devicesMetrics property: List of device metrics by the aggregation date.

abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract IoTSecuritySolutionAnalyticsModelInner innerModel()

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

abstract IoTSeverityMetrics metrics()

Gets the metrics property: Security analytics of your IoT Security solution.

abstract List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()

Gets the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

abstract List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()

Gets the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

abstract String name()

Gets the name property: The name of the resource.

abstract List<IoTSecurityAlertedDevice> topAlertedDevices()

Gets the topAlertedDevices property: List of the 3 devices with the most alerts.

abstract String type()

Gets the type property: The type of the resource.

abstract Long unhealthyDeviceCount()

Gets the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.

Method Details

devicesMetrics

public abstract List devicesMetrics()

Gets the devicesMetrics property: List of device metrics by the aggregation date.

Returns:

the devicesMetrics value.

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract IoTSecuritySolutionAnalyticsModelInner innerModel()

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

Returns:

the inner object.

metrics

public abstract IoTSeverityMetrics metrics()

Gets the metrics property: Security analytics of your IoT Security solution.

Returns:

the metrics value.

mostPrevalentDeviceAlerts

public abstract List mostPrevalentDeviceAlerts()

Gets the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.

Returns:

the mostPrevalentDeviceAlerts value.

mostPrevalentDeviceRecommendations

public abstract List mostPrevalentDeviceRecommendations()

Gets the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.

Returns:

the mostPrevalentDeviceRecommendations value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

topAlertedDevices

public abstract List topAlertedDevices()

Gets the topAlertedDevices property: List of the 3 devices with the most alerts.

Returns:

the topAlertedDevices value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

unhealthyDeviceCount

public abstract Long unhealthyDeviceCount()

Gets the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.

Returns:

the unhealthyDeviceCount value.

Applies to