IoTSecurityAggregatedRecommendationInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. security. fluent. models. IoTSecurityAggregatedRecommendationInner
- com.
- com.
public final class IoTSecurityAggregatedRecommendationInner
extends ProxyResource
IoT Security solution recommendation information.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: Description of the suspected vulnerability and meaning. |
| String |
detectedBy()
Get the detected |
|
static
Io |
fromJson(JsonReader jsonReader)
Reads an instance of Io |
| Long |
healthyDevices()
Get the healthy |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
logAnalyticsQuery()
Get the log |
| String |
name()
Get the name property: The name of the resource. |
| String |
recommendationDisplayName()
Get the recommendation |
| String |
recommendationName()
Get the recommendation |
| String |
recommendationTypeId()
Get the recommendation |
| String |
remediationSteps()
Get the remediation |
|
Reported |
reportedSeverity()
Get the reported |
|
System |
systemData()
Get the system |
| Map<String,String> |
tags()
Get the tags property: Resource tags. |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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
description
public String description()
Get the description property: Description of the suspected vulnerability and meaning.
Returns:
detectedBy
public String detectedBy()
Get the detectedBy property: Name of the organization that made the recommendation.
Returns:
fromJson
public static IoTSecurityAggregatedRecommendationInner fromJson(JsonReader jsonReader)
Reads an instance of IoTSecurityAggregatedRecommendationInner from the JsonReader.
Parameters:
Returns:
Throws:
healthyDevices
public Long healthyDevices()
Get the healthyDevices property: Number of healthy devices within the IoT Security solution.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
IoTSecurityAggregatedRecommendationInner.id()Returns:
logAnalyticsQuery
public String logAnalyticsQuery()
Get the logAnalyticsQuery property: Log analytics query for getting the list of affected devices/alerts.
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
IoTSecurityAggregatedRecommendationInner.name()Returns:
recommendationDisplayName
public String recommendationDisplayName()
Get the recommendationDisplayName property: Display name of the recommendation type.
Returns:
recommendationName
public String recommendationName()
Get the recommendationName property: Name of the recommendation.
Returns:
recommendationTypeId
public String recommendationTypeId()
Get the recommendationTypeId property: Recommendation-type GUID.
Returns:
remediationSteps
public String remediationSteps()
Get the remediationSteps property: Recommended steps for remediation.
Returns:
reportedSeverity
public ReportedSeverity reportedSeverity()
Get the reportedSeverity property: Assessed recommendation severity.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public Map<String,String> tags()
Get the tags property: Resource tags.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
IoTSecurityAggregatedRecommendationInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
IoTSecurityAggregatedRecommendationInner.type()Returns:
unhealthyDeviceCount
public Long unhealthyDeviceCount()
Get the unhealthyDeviceCount property: Number of unhealthy devices within the IoT Security solution.
Returns:
validate
public void validate()
Validates the instance.