DeviceSecurityGroupProperties Constructors
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.
Overloads
DeviceSecurityGroupProperties() |
Initializes a new instance of the DeviceSecurityGroupProperties class. |
DeviceSecurityGroupProperties(IList<ThresholdCustomAlertRule>, IList<TimeWindowCustomAlertRule>, IList<AllowlistCustomAlertRule>, IList<DenylistCustomAlertRule>) |
Initializes a new instance of the DeviceSecurityGroupProperties class. |
DeviceSecurityGroupProperties()
Initializes a new instance of the DeviceSecurityGroupProperties class.
public DeviceSecurityGroupProperties ();
Public Sub New ()
Applies to
DeviceSecurityGroupProperties(IList<ThresholdCustomAlertRule>, IList<TimeWindowCustomAlertRule>, IList<AllowlistCustomAlertRule>, IList<DenylistCustomAlertRule>)
Initializes a new instance of the DeviceSecurityGroupProperties class.
public DeviceSecurityGroupProperties (System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule> thresholdRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule> timeWindowRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule> allowlistRules = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule> denylistRules = default);
new Microsoft.Azure.Management.Security.Models.DeviceSecurityGroupProperties : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ThresholdCustomAlertRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.TimeWindowCustomAlertRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.AllowlistCustomAlertRule> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule> -> Microsoft.Azure.Management.Security.Models.DeviceSecurityGroupProperties
Public Sub New (Optional thresholdRules As IList(Of ThresholdCustomAlertRule) = Nothing, Optional timeWindowRules As IList(Of TimeWindowCustomAlertRule) = Nothing, Optional allowlistRules As IList(Of AllowlistCustomAlertRule) = Nothing, Optional denylistRules As IList(Of DenylistCustomAlertRule) = Nothing)
Parameters
- thresholdRules
- IList<ThresholdCustomAlertRule>
The list of custom alert threshold rules.
- timeWindowRules
- IList<TimeWindowCustomAlertRule>
The list of custom alert time-window rules.
- allowlistRules
- IList<AllowlistCustomAlertRule>
The allow-list custom alert rules.
- denylistRules
- IList<DenylistCustomAlertRule>
The deny-list custom alert rules.