你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IoTSecurityAggregatedRecommendation Constructors

Definition

Overloads

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.

IoTSecurityAggregatedRecommendation()

Initializes a new instance of the IoTSecurityAggregatedRecommendation class.

public IoTSecurityAggregatedRecommendation ();
Public Sub New ()

Applies to

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.

public IoTSecurityAggregatedRecommendation (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string reportedSeverity = default, string recommendationName = default, string recommendationDisplayName = default, string description = default, string recommendationTypeId = default, string detectedBy = default, string remediationSteps = default, long? healthyDevices = default, long? unhealthyDeviceCount = default, string logAnalyticsQuery = default);
new Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedRecommendation : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * string * string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedRecommendation
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional reportedSeverity As String = Nothing, Optional recommendationName As String = Nothing, Optional recommendationDisplayName As String = Nothing, Optional description As String = Nothing, Optional recommendationTypeId As String = Nothing, Optional detectedBy As String = Nothing, Optional remediationSteps As String = Nothing, Optional healthyDevices As Nullable(Of Long) = Nothing, Optional unhealthyDeviceCount As Nullable(Of Long) = Nothing, Optional logAnalyticsQuery As String = Nothing)

Parameters

id
String

Resource Id

name
String

Resource name

type
String

Resource type

tags
IDictionary<String,String>

Resource tags

reportedSeverity
String

Assessed recommendation severity. Possible values include: 'Informational', 'Low', 'Medium', 'High'

recommendationName
String

Name of the recommendation.

recommendationDisplayName
String

Display name of the recommendation type.

description
String

Description of the suspected vulnerability and meaning.

recommendationTypeId
String

Recommendation-type GUID.

detectedBy
String

Name of the organization that made the recommendation.

remediationSteps
String

Recommended steps for remediation

healthyDevices
Nullable<Int64>

Number of healthy devices within the IoT Security solution.

unhealthyDeviceCount
Nullable<Int64>

Number of unhealthy devices within the IoT Security solution.

logAnalyticsQuery
String

Log analytics query for getting the list of affected devices/alerts.

Applies to