IoTSecuritySolutionAnalyticsModelInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. IoTSecuritySolutionAnalyticsModelInner
- com.
- com.
public final class IoTSecuritySolutionAnalyticsModelInner
extends ProxyResource
Security analytics of your IoT Security solution.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Io |
devicesMetrics()
Get the devices |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Io |
metrics()
Get the metrics property: Security analytics of your IoT Security solution. |
|
List<Io |
mostPrevalentDeviceAlerts()
Get the most |
|
List<Io |
mostPrevalentDeviceRecommendations()
Get the most |
| String |
name()
Get the name property: The name of the resource. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
|
List<Io |
topAlertedDevices()
Get the top |
| String |
type()
Get the type property: The type of the resource. |
| Long |
unhealthyDeviceCount()
Get the unhealthy |
| void |
validate()
Validates the instance. |
Methods inherited from ProxyResource
Methods inherited from java.lang.Object
Method Details
devicesMetrics
public List<IoTSecuritySolutionAnalyticsModelPropertiesDevicesMetricsItem> devicesMetrics()
Get the devicesMetrics property: List of device metrics by the aggregation date.
Returns:
fromJson
public static IoTSecuritySolutionAnalyticsModelInner fromJson(JsonReader jsonReader)
Reads an instance of IoTSecuritySolutionAnalyticsModelInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IoTSecuritySolutionAnalyticsModelInner.id()Returns:
metrics
public IoTSeverityMetrics metrics()
Get the metrics property: Security analytics of your IoT Security solution.
Returns:
mostPrevalentDeviceAlerts
public List<IoTSecurityDeviceAlert> mostPrevalentDeviceAlerts()
Get the mostPrevalentDeviceAlerts property: List of the 3 most prevalent device alerts.
Returns:
mostPrevalentDeviceRecommendations
public List<IoTSecurityDeviceRecommendation> mostPrevalentDeviceRecommendations()
Get the mostPrevalentDeviceRecommendations property: List of the 3 most prevalent device recommendations.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IoTSecuritySolutionAnalyticsModelInner.name()Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IoTSecuritySolutionAnalyticsModelInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
topAlertedDevices
public List<IoTSecurityAlertedDevice> topAlertedDevices()
Get the topAlertedDevices property: List of the 3 devices with the most alerts.
Returns:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IoTSecuritySolutionAnalyticsModelInner.type()Returns:
unhealthyDeviceCount
public Long unhealthyDeviceCount()
Get the unhealthyDeviceCount property: Number of unhealthy devices within your IoT Security solution.
Returns:
validate
public void validate()
Validates the instance.