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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET