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.
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
| Name | Description |
|---|---|
| ListCustomAlertRule(Boolean) |
Initializes a new instance of ListCustomAlertRule. |
| ListCustomAlertRule(String, Boolean) |
Initializes a new instance of ListCustomAlertRule. |
Properties
| Name | Description |
|---|---|
| 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. |