ArmSecurityCenterModelFactory.IotSecurityDeviceRecommendation 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.
Initializes a new instance of IotSecurityDeviceRecommendation.
public static Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceRecommendation IotSecurityDeviceRecommendation (string recommendationDisplayName = default, Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity? reportedSeverity = default, long? devicesCount = default);
static member IotSecurityDeviceRecommendation : string * Nullable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity> * Nullable<int64> -> Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceRecommendation
Public Shared Function IotSecurityDeviceRecommendation (Optional recommendationDisplayName As String = Nothing, Optional reportedSeverity As Nullable(Of ReportedSeverity) = Nothing, Optional devicesCount As Nullable(Of Long) = Nothing) As IotSecurityDeviceRecommendation
Parameters
- recommendationDisplayName
- String
Display name of the recommendation.
- reportedSeverity
- Nullable<ReportedSeverity>
Assessed recommendation severity.
Returns
A new IotSecurityDeviceRecommendation instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET