IoTSecuritySolutionModel.UpdateStages.WithRecommendationsConfiguration Interface

public static interface IoTSecuritySolutionModel.UpdateStages.WithRecommendationsConfiguration

The stage of the IoTSecuritySolutionModel update allowing to specify recommendationsConfiguration.

Method Summary

Modifier and Type Method and Description
abstract Update withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)

Specifies the recommendationsConfiguration property: List of the configuration status for each recommendation type..

Method Details

withRecommendationsConfiguration

public abstract IoTSecuritySolutionModel.Update withRecommendationsConfiguration(List recommendationsConfiguration)

Specifies the recommendationsConfiguration property: List of the configuration status for each recommendation type..

Parameters:

recommendationsConfiguration - List of the configuration status for each recommendation type.

Returns:

the next definition stage.

Applies to