Share via


DeviceSecurityGroup Constructors

Definition

Overloads

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.

DeviceSecurityGroup()

Initializes a new instance of the DeviceSecurityGroup class.

public DeviceSecurityGroup ();
Public Sub New ()

Applies to

DeviceSecurityGroup(String, String, String, IList<ThresholdCustomAlertRule>, IList<TimeWindowCustomAlertRule>, IList<AllowlistCustomAlertRule>, IList<DenylistCustomAlertRule>)

Initializes a new instance of the DeviceSecurityGroup class.

public DeviceSecurityGroup (string id = default, string name = default, string type = default, 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.DeviceSecurityGroup : string * string * string * 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.DeviceSecurityGroup
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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

id
String

Resource Id

name
String

Resource name

type
String

Resource type

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.

Applies to