ArmSecurityCenterModelFactory.IotSecurityDeviceAlert 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 IotSecurityDeviceAlert.
public static Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert IotSecurityDeviceAlert (string alertDisplayName = default, Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity? reportedSeverity = default, long? alertsCount = default);
static member IotSecurityDeviceAlert : string * Nullable<Azure.ResourceManager.SecurityCenter.Models.ReportedSeverity> * Nullable<int64> -> Azure.ResourceManager.SecurityCenter.Models.IotSecurityDeviceAlert
Public Shared Function IotSecurityDeviceAlert (Optional alertDisplayName As String = Nothing, Optional reportedSeverity As Nullable(Of ReportedSeverity) = Nothing, Optional alertsCount As Nullable(Of Long) = Nothing) As IotSecurityDeviceAlert
Parameters
- alertDisplayName
- String
Display name of the alert.
- reportedSeverity
- Nullable<ReportedSeverity>
Assessed Alert severity.
Returns
A new IotSecurityDeviceAlert 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