IoTSecurityDeviceRecommendation Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.IoTSecurityDeviceRecommendation

public final class IoTSecurityDeviceRecommendation

Statistical information about the number of recommendations per device, per recommendation type.

Constructor Summary

Constructor Description
IoTSecurityDeviceRecommendation()

Creates an instance of IoTSecurityDeviceRecommendation class.

Method Summary

Modifier and Type Method and Description
Long devicesCount()

Get the devicesCount property: Number of devices with this recommendation.

String recommendationDisplayName()

Get the recommendationDisplayName property: Display name of the recommendation.

ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed recommendation severity.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

IoTSecurityDeviceRecommendation

public IoTSecurityDeviceRecommendation()

Creates an instance of IoTSecurityDeviceRecommendation class.

Method Details

devicesCount

public Long devicesCount()

Get the devicesCount property: Number of devices with this recommendation.

Returns:

the devicesCount value.

recommendationDisplayName

public String recommendationDisplayName()

Get the recommendationDisplayName property: Display name of the recommendation.

Returns:

the recommendationDisplayName value.

reportedSeverity

public ReportedSeverity reportedSeverity()

Get the reportedSeverity property: Assessed recommendation severity.

Returns:

the reportedSeverity value.

validate

public void validate()

Validates the instance.

Applies to