ListCustomAlertRule 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 List custom alert rule. Please note ListCustomAlertRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AllowlistCustomAlertRule, ConnectionFromIPNotAllowed, ConnectionToIPNotAllowed, DenylistCustomAlertRule, LocalUserNotAllowed and ProcessNotAllowed.
public class ListCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule
public class ListCustomAlertRule : Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.ListCustomAlertRule>
type ListCustomAlertRule = class
inherit CustomAlertRule
type ListCustomAlertRule = class
inherit CustomAlertRule
interface IJsonModel<ListCustomAlertRule>
interface IPersistableModel<ListCustomAlertRule>
Public Class ListCustomAlertRule
Inherits CustomAlertRule
Public Class ListCustomAlertRule
Inherits CustomAlertRule
Implements IJsonModel(Of ListCustomAlertRule), IPersistableModel(Of ListCustomAlertRule)
- Inheritance
- Derived
- Implements
Constructors
ListCustomAlertRule(Boolean) |
Initializes a new instance of ListCustomAlertRule. |
Properties
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. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET