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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET