你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceSecurityGroupProperties Class
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.
describes properties of a security group.
public class DeviceSecurityGroupProperties
type DeviceSecurityGroupProperties = class
Public Class DeviceSecurityGroupProperties
- Inheritance
-
DeviceSecurityGroupProperties
Constructors
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. |
Properties
AllowlistRules |
Gets or sets the allow-list custom alert rules. |
DenylistRules |
Gets or sets the deny-list custom alert rules. |
ThresholdRules |
Gets or sets the list of custom alert threshold rules. |
TimeWindowRules |
Gets or sets the list of custom alert time-window rules. |