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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET