DenylistCustomAlertRule 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.
A custom alert rule that checks if a value (depends on the custom alert type) is denied.
public class DenylistCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule
public class DenylistCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.DenylistCustomAlertRule>
type DenylistCustomAlertRule = class
inherit ListCustomAlertRule
type DenylistCustomAlertRule = class
inherit ListCustomAlertRule
interface IJsonModel<DenylistCustomAlertRule>
interface IPersistableModel<DenylistCustomAlertRule>
Public Class DenylistCustomAlertRule
Inherits ListCustomAlertRule
Public Class DenylistCustomAlertRule
Inherits ListCustomAlertRule
Implements IJsonModel(Of DenylistCustomAlertRule), IPersistableModel(Of DenylistCustomAlertRule)
- Inheritance
- Implements
Constructors
DenylistCustomAlertRule(Boolean, IEnumerable<String>) |
Initializes a new instance of DenylistCustomAlertRule. |
Properties
DenylistValues |
The values to deny. The format of the values depends on the rule type. |
Description |
The description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
The display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Status of the custom alert. (Inherited from CustomAlertRule) |
ValueType |
The value type of the items in the list. (Inherited from ListCustomAlertRule) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET