CustomAlertRule 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. Please note this is the abstract base class. The derived classes available for instantiation are: ThresholdCustomAlertRule, TimeWindowCustomAlertRule, AllowlistCustomAlertRule, ListCustomAlertRule, DenylistCustomAlertRule, ConnectionToIPNotAllowed, ConnectionFromIPNotAllowed, LocalUserNotAllowed, ProcessNotAllowed, ActiveConnectionsNotInAllowedRange, AmqpC2DMessagesNotInAllowedRange, MqttC2DMessagesNotInAllowedRange, HttpC2DMessagesNotInAllowedRange, AmqpC2DRejectedMessagesNotInAllowedRange, MqttC2DRejectedMessagesNotInAllowedRange, HttpC2DRejectedMessagesNotInAllowedRange, AmqpD2CMessagesNotInAllowedRange, MqttD2CMessagesNotInAllowedRange, HttpD2CMessagesNotInAllowedRange, DirectMethodInvokesNotInAllowedRange, FailedLocalLoginsNotInAllowedRange, FileUploadsNotInAllowedRange, QueuePurgesNotInAllowedRange, TwinUpdatesNotInAllowedRange, and UnauthorizedOperationsNotInAllowedRange.
public abstract class CustomAlertRule
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownCustomAlertRule))]
public abstract class CustomAlertRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.CustomAlertRule>
type CustomAlertRule = class
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownCustomAlertRule))>]
type CustomAlertRule = class
interface IJsonModel<CustomAlertRule>
interface IPersistableModel<CustomAlertRule>
Public MustInherit Class CustomAlertRule
Public MustInherit Class CustomAlertRule
Implements IJsonModel(Of CustomAlertRule), IPersistableModel(Of CustomAlertRule)
- Inheritance
-
CustomAlertRule
- Derived
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CustomAlertRule(Boolean) |
Initializes a new instance of CustomAlertRule. |
| CustomAlertRule(String, Boolean) |
Initializes a new instance of CustomAlertRule. |
Properties
| Name | Description |
|---|---|
| Description |
The description of the custom alert. |
| DisplayName |
The display name of the custom alert. |
| IsEnabled |
Status of the custom alert. |
Methods
Explicit Interface Implementations
| Name | Description |
|---|---|
| IJsonModel<CustomAlertRule>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<CustomAlertRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<CustomAlertRule>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<CustomAlertRule>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
| IPersistableModel<CustomAlertRule>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |