RecommendationConfigurationProperties Class

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

public final class RecommendationConfigurationProperties

The type of IoT Security recommendation.

Constructor Summary

Constructor Description
RecommendationConfigurationProperties()

Creates an instance of RecommendationConfigurationProperties class.

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: The name property.

RecommendationType recommendationType()

Get the recommendationType property: The type of IoT Security recommendation.

RecommendationConfigStatus status()

Get the status property: Recommendation status.

void validate()

Validates the instance.

RecommendationConfigurationProperties withRecommendationType(RecommendationType recommendationType)

Set the recommendationType property: The type of IoT Security recommendation.

RecommendationConfigurationProperties withStatus(RecommendationConfigStatus status)

Set the status property: Recommendation status.

Methods inherited from java.lang.Object

Constructor Details

RecommendationConfigurationProperties

public RecommendationConfigurationProperties()

Creates an instance of RecommendationConfigurationProperties class.

Method Details

name

public String name()

Get the name property: The name property.

Returns:

the name value.

recommendationType

public RecommendationType recommendationType()

Get the recommendationType property: The type of IoT Security recommendation.

Returns:

the recommendationType value.

status

public RecommendationConfigStatus status()

Get the status property: Recommendation status. When the recommendation status is disabled recommendations are not generated.

Returns:

the status value.

validate

public void validate()

Validates the instance.

withRecommendationType

public RecommendationConfigurationProperties withRecommendationType(RecommendationType recommendationType)

Set the recommendationType property: The type of IoT Security recommendation.

Parameters:

recommendationType - the recommendationType value to set.

Returns:

the RecommendationConfigurationProperties object itself.

withStatus

public RecommendationConfigurationProperties withStatus(RecommendationConfigStatus status)

Set the status property: Recommendation status. When the recommendation status is disabled recommendations are not generated.

Parameters:

status - the status value to set.

Returns:

the RecommendationConfigurationProperties object itself.

Applies to