你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DeviceSecurityGroup 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.
The device security group resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class DeviceSecurityGroup : Microsoft.Azure.Management.Security.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DeviceSecurityGroup = class
inherit Resource
Public Class DeviceSecurityGroup
Inherits Resource
- Inheritance
- Attributes
Constructors
DeviceSecurityGroup() |
Initializes a new instance of the DeviceSecurityGroup class. |
DeviceSecurityGroup(String, String, String, IList<ThresholdCustomAlertRule>, IList<TimeWindowCustomAlertRule>, IList<AllowlistCustomAlertRule>, IList<DenylistCustomAlertRule>) |
Initializes a new instance of the DeviceSecurityGroup class. |
Properties
AllowlistRules |
Gets or sets the allow-list custom alert rules. |
DenylistRules |
Gets or sets the deny-list custom alert rules. |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
ThresholdRules |
Gets or sets the list of custom alert threshold rules. |
TimeWindowRules |
Gets or sets the list of custom alert time-window rules. |
Type |
Gets resource type (Inherited from Resource) |
Extension Methods
ConvertToPSType(DeviceSecurityGroup) |