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) |