IoTSecurityAggregatedRecommendation Interface
public interface IoTSecurityAggregatedRecommendation
An immutable client-side representation of IoTSecurityAggregatedRecommendation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
description()
Gets the description property: Description of the suspected vulnerability and meaning. |
| abstract String |
detectedBy()
Gets the detected |
| abstract Long |
healthyDevices()
Gets the healthy |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Io |
innerModel()
Gets the inner com. |
| abstract String |
logAnalyticsQuery()
Gets the log |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract String |
recommendationDisplayName()
Gets the recommendation |
| abstract String |
recommendationName()
Gets the recommendation |
| abstract String |
recommendationTypeId()
Gets the recommendation |
| abstract String |
remediationSteps()
Gets the remediation |
|
abstract
Reported |
reportedSeverity()
Gets the reported |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Long |
unhealthyDeviceCount()
Gets the unhealthy |
Method Details
description
public abstract String description()
Gets the description property: Description of the suspected vulnerability and meaning.
Returns:
detectedBy
public abstract String detectedBy()
Gets the detectedBy property: Name of the organization that made the recommendation.
Returns:
healthyDevices
public abstract Long healthyDevices()
Gets the healthyDevices property: Number of healthy devices within the IoT Security solution.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract IoTSecurityAggregatedRecommendationInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecurityAggregatedRecommendationInner object.
Returns:
logAnalyticsQuery
public abstract String logAnalyticsQuery()
Gets the logAnalyticsQuery property: Log analytics query for getting the list of affected devices/alerts.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
recommendationDisplayName
public abstract String recommendationDisplayName()
Gets the recommendationDisplayName property: Display name of the recommendation type.
Returns:
recommendationName
public abstract String recommendationName()
Gets the recommendationName property: Name of the recommendation.
Returns:
recommendationTypeId
public abstract String recommendationTypeId()
Gets the recommendationTypeId property: Recommendation-type GUID.
Returns:
remediationSteps
public abstract String remediationSteps()
Gets the remediationSteps property: Recommended steps for remediation.
Returns:
reportedSeverity
public abstract ReportedSeverity reportedSeverity()
Gets the reportedSeverity property: Assessed recommendation severity.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
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 the IoT Security solution.
Returns: