UpdateIoTSecuritySolutionProperties Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. UpdateIoTSecuritySolutionProperties
- com.
Implements
public final class UpdateIoTSecuritySolutionProperties
implements JsonSerializable<UpdateIoTSecuritySolutionProperties>
Update Security Solution setting data.
Constructor Summary
| Constructor | Description |
|---|---|
| UpdateIoTSecuritySolutionProperties() |
Creates an instance of Update |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Update |
fromJson(JsonReader jsonReader)
Reads an instance of Update |
|
List<Recommendation |
recommendationsConfiguration()
Get the recommendations |
|
Json |
toJson(JsonWriter jsonWriter) |
|
User |
userDefinedResources()
Get the user |
| void |
validate()
Validates the instance. |
|
Update |
withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)
Set the recommendations |
|
Update |
withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)
Set the user |
Methods inherited from java.lang.Object
Constructor Details
UpdateIoTSecuritySolutionProperties
public UpdateIoTSecuritySolutionProperties()
Creates an instance of UpdateIoTSecuritySolutionProperties class.
Method Details
fromJson
public static UpdateIoTSecuritySolutionProperties fromJson(JsonReader jsonReader)
Reads an instance of UpdateIoTSecuritySolutionProperties from the JsonReader.
Parameters:
Returns:
Throws:
recommendationsConfiguration
public List<RecommendationConfigurationProperties> recommendationsConfiguration()
Get the recommendationsConfiguration property: List of the configuration status for each recommendation type.
Returns:
toJson
userDefinedResources
public UserDefinedResourcesProperties userDefinedResources()
Get the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
Returns:
validate
public void validate()
Validates the instance.
withRecommendationsConfiguration
public UpdateIoTSecuritySolutionProperties withRecommendationsConfiguration(List<RecommendationConfigurationProperties> recommendationsConfiguration)
Set the recommendationsConfiguration property: List of the configuration status for each recommendation type.
Parameters:
Returns:
withUserDefinedResources
public UpdateIoTSecuritySolutionProperties withUserDefinedResources(UserDefinedResourcesProperties userDefinedResources)
Set the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
Parameters:
Returns: