IoTSecuritySolutionAnalyticsModel Interface
public interface IoTSecuritySolutionAnalyticsModel
An immutable client-side representation of IoTSecuritySolutionAnalyticsModel.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Io |
devicesMetrics()
Gets the devices |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Io |
innerModel()
Gets the inner com. |
|
abstract
Io |
metrics()
Gets the metrics property: Security analytics of your IoT Security solution. |
|
abstract
List<Io |
mostPrevalentDeviceAlerts()
Gets the most |
|
abstract
List<Io |
mostPrevalentDeviceRecommendations()
Gets the most |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
List<Io |
topAlertedDevices()
Gets the top |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Long |
unhealthyDeviceCount()
Gets the unhealthy |
Method Details
devicesMetrics
public abstract List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()
Gets the devicesMetrics property: List of device metrics by the aggregation date.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract IoTSecuritySolutionAnalyticsModelInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionAnalyticsModelInner object.
Returns:
metrics
public abstract IoTSeverityMetrics metrics()
Gets the metrics property: Security analytics of your IoT Security solution.
Returns:
mostPrevalentDeviceAlerts
public abstract List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()
Gets the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.
Returns:
mostPrevalentDeviceRecommendations
public abstract List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()
Gets the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
topAlertedDevices
public abstract List<IoTSecurityAlertedDevice> topAlertedDevices()
Gets the topAlertedDevices property: List of the 3 devices with the most alerts.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
unhealthyDeviceCount
public abstract Long unhealthyDeviceCount()
Gets the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.
Returns: