DenylistCustomAlertRule 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
DenylistCustomAlertRule() |
Initializes a new instance of the DenylistCustomAlertRule class. |
DenylistCustomAlertRule(Boolean, IList<String>, String, String, String) |
Initializes a new instance of the DenylistCustomAlertRule class. |
DenylistCustomAlertRule()
Initializes a new instance of the DenylistCustomAlertRule class.
public DenylistCustomAlertRule ();
Public Sub New ()
Applies to
DenylistCustomAlertRule(Boolean, IList<String>, String, String, String)
Initializes a new instance of the DenylistCustomAlertRule class.
public DenylistCustomAlertRule (bool isEnabled, System.Collections.Generic.IList<string> denylistValues, string displayName = default, string description = default, string valueType = default);
new Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule : bool * System.Collections.Generic.IList<string> * string * string * string -> Microsoft.Azure.Management.Security.Models.DenylistCustomAlertRule
Public Sub New (isEnabled As Boolean, denylistValues As IList(Of String), Optional displayName As String = Nothing, Optional description As String = Nothing, Optional valueType As String = Nothing)
Parameters
- isEnabled
- Boolean
Status of the custom alert.
- displayName
- String
The display name of the custom alert.
- description
- String
The description of the custom alert.
- valueType
- String
The value type of the items in the list. Possible values include: 'IpCidr', 'String'