Sdílet prostřednictvím


CustomAlertRule Class

Definition

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

CustomAlertRule(Boolean)

Initializes a new instance of CustomAlertRule.

Properties

Description

The description of the custom alert.

DisplayName

The display name of the custom alert.

IsEnabled

Status of the custom alert.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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.

Applies to