你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IoTSecurityAggregatedRecommendation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
IoT Security solution recommendation information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class IoTSecurityAggregatedRecommendation
[<Microsoft.Rest.Serialization.JsonTransformation>]
type IoTSecurityAggregatedRecommendation = class
Public Class IoTSecurityAggregatedRecommendation
- Inheritance
-
IoTSecurityAggregatedRecommendation
- Attributes
Constructors
IoTSecurityAggregatedRecommendation() |
Initializes a new instance of the IoTSecurityAggregatedRecommendation class. |
IoTSecurityAggregatedRecommendation(String, String, String, IDictionary<String, String>, String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, String) |
Initializes a new instance of the IoTSecurityAggregatedRecommendation class. |
Properties
Description |
Gets description of the suspected vulnerability and meaning. |
DetectedBy |
Gets name of the organization that made the recommendation. |
HealthyDevices |
Gets number of healthy devices within the IoT Security solution. |
Id |
Gets resource Id |
LogAnalyticsQuery |
Gets log analytics query for getting the list of affected devices/alerts. |
Name |
Gets resource name |
RecommendationDisplayName |
Gets display name of the recommendation type. |
RecommendationName |
Gets or sets name of the recommendation. |
RecommendationTypeId |
Gets recommendation-type GUID. |
RemediationSteps |
Gets recommended steps for remediation |
ReportedSeverity |
Gets assessed recommendation severity. Possible values include: 'Informational', 'Low', 'Medium', 'High' |
Tags |
Gets or sets resource tags |
Type |
Gets resource type |
UnhealthyDeviceCount |
Gets number of unhealthy devices within the IoT Security solution. |
Extension Methods
ConvertToPSType(IoTSecurityAggregatedRecommendation) |