Class UpdateIoTSecuritySolutionProperties

java.lang.Object
com.azure.resourcemanager.security.fluent.models.UpdateIoTSecuritySolutionProperties

public final class UpdateIoTSecuritySolutionProperties extends Object
Update Security Solution setting data.
  • Constructor Details

    • UpdateIoTSecuritySolutionProperties

      public UpdateIoTSecuritySolutionProperties()
  • Method Details

    • userDefinedResources

      public UserDefinedResourcesProperties userDefinedResources()
      Get the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
      Returns:
      the userDefinedResources value.
    • withUserDefinedResources

      public UpdateIoTSecuritySolutionProperties withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)
      Set the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
      Parameters:
      userDefinedResources - the userDefinedResources value to set.
      Returns:
      the UpdateIoTSecuritySolutionProperties object itself.
    • recommendationsConfiguration

      public List<RecommendationConfigurationProperties> recommendationsConfiguration()
      Get the recommendationsConfiguration property: List of the configuration status for each recommendation type.
      Returns:
      the recommendationsConfiguration value.
    • withRecommendationsConfiguration

      public UpdateIoTSecuritySolutionProperties withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)
      Set the recommendationsConfiguration property: List of the configuration status for each recommendation type.
      Parameters:
      recommendationsConfiguration - the recommendationsConfiguration value to set.
      Returns:
      the UpdateIoTSecuritySolutionProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.