UpdateIotSecuritySolutionData Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateIotSecuritySolutionData() |
Initializes a new instance of the UpdateIotSecuritySolutionData class. |
UpdateIotSecuritySolutionData(IDictionary<String,String>, UserDefinedResourcesProperties, IList<RecommendationConfigurationProperties>) |
Initializes a new instance of the UpdateIotSecuritySolutionData class. |
UpdateIotSecuritySolutionData()
Initializes a new instance of the UpdateIotSecuritySolutionData class.
public UpdateIotSecuritySolutionData ();
Public Sub New ()
Applies to
UpdateIotSecuritySolutionData(IDictionary<String,String>, UserDefinedResourcesProperties, IList<RecommendationConfigurationProperties>)
Initializes a new instance of the UpdateIotSecuritySolutionData class.
public UpdateIotSecuritySolutionData (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties userDefinedResources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties> recommendationsConfiguration = default);
new Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Security.Models.UserDefinedResourcesProperties * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.RecommendationConfigurationProperties> -> Microsoft.Azure.Management.Security.Models.UpdateIotSecuritySolutionData
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional userDefinedResources As UserDefinedResourcesProperties = Nothing, Optional recommendationsConfiguration As IList(Of RecommendationConfigurationProperties) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- userDefinedResources
- UserDefinedResourcesProperties
Properties of the IoT Security solution's user defined resources.
- recommendationsConfiguration
- IList<RecommendationConfigurationProperties>
List of the configuration status for each recommendation type.