Partager via


IoTSecurityAggregatedRecommendationProperties Constructors

Definition

Overloads

IoTSecurityAggregatedRecommendationProperties()

Initializes a new instance of the IoTSecurityAggregatedRecommendationProperties class.

IoTSecurityAggregatedRecommendationProperties(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, String)

Initializes a new instance of the IoTSecurityAggregatedRecommendationProperties class.

IoTSecurityAggregatedRecommendationProperties()

Initializes a new instance of the IoTSecurityAggregatedRecommendationProperties class.

public IoTSecurityAggregatedRecommendationProperties ();
Public Sub New ()

Applies to

IoTSecurityAggregatedRecommendationProperties(String, String, String, String, String, String, String, Nullable<Int64>, Nullable<Int64>, String)

Initializes a new instance of the IoTSecurityAggregatedRecommendationProperties class.

public IoTSecurityAggregatedRecommendationProperties (string recommendationName = default, string recommendationDisplayName = default, string description = default, string recommendationTypeId = default, string detectedBy = default, string remediationSteps = default, string reportedSeverity = default, long? healthyDevices = default, long? unhealthyDeviceCount = default, string logAnalyticsQuery = default);
new Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedRecommendationProperties : string * string * string * string * string * string * string * Nullable<int64> * Nullable<int64> * string -> Microsoft.Azure.Management.Security.Models.IoTSecurityAggregatedRecommendationProperties
Public Sub New (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 reportedSeverity As String = Nothing, Optional healthyDevices As Nullable(Of Long) = Nothing, Optional unhealthyDeviceCount As Nullable(Of Long) = Nothing, Optional logAnalyticsQuery As String = Nothing)

Parameters

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

reportedSeverity
String

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

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