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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.