ArmSecurityCenterModelFactory.IotSecuritySolutionPatch Method
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.
public static Azure.ResourceManager.SecurityCenter.Models.IotSecuritySolutionPatch IotSecuritySolutionPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.SecurityCenter.Models.UserDefinedResourcesProperties userDefinedResources = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.SecurityCenter.Models.RecommendationConfigurationProperties> recommendationsConfiguration = default);
static member IotSecuritySolutionPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.SecurityCenter.Models.UserDefinedResourcesProperties * seq<Azure.ResourceManager.SecurityCenter.Models.RecommendationConfigurationProperties> -> Azure.ResourceManager.SecurityCenter.Models.IotSecuritySolutionPatch
Public Shared Function IotSecuritySolutionPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional userDefinedResources As UserDefinedResourcesProperties = Nothing, Optional recommendationsConfiguration As IEnumerable(Of RecommendationConfigurationProperties) = Nothing) As IotSecuritySolutionPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- userDefinedResources
- UserDefinedResourcesProperties
Properties of the IoT Security solution's user defined resources.
- recommendationsConfiguration
- IEnumerable<RecommendationConfigurationProperties>
List of the configuration status for each recommendation type.
Returns
A new IotSecuritySolutionPatch instance for mocking.