NotificationsSourceAlert Class

Definition

Alert notification source.

public class NotificationsSourceAlert : Azure.ResourceManager.SecurityCenter.Models.NotificationsSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.NotificationsSourceAlert>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.NotificationsSourceAlert>
type NotificationsSourceAlert = class
    inherit NotificationsSource
    interface IJsonModel<NotificationsSourceAlert>
    interface IPersistableModel<NotificationsSourceAlert>
Public Class NotificationsSourceAlert
Inherits NotificationsSource
Implements IJsonModel(Of NotificationsSourceAlert), IPersistableModel(Of NotificationsSourceAlert)
Inheritance
NotificationsSourceAlert
Implements

Constructors

Name Description
NotificationsSourceAlert()

Initializes a new instance of NotificationsSourceAlert.

Properties

Name Description
MinimalSeverity

Defines the minimal alert severity which will be sent as email notifications.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<NotificationsSource>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from NotificationsSource)
IJsonModel<NotificationsSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from NotificationsSource)
IJsonModel<NotificationsSourceAlert>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<NotificationsSourceAlert>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<NotificationsSource>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from NotificationsSource)
IPersistableModel<NotificationsSource>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from NotificationsSource)
IPersistableModel<NotificationsSource>.Write(ModelReaderWriterOptions) (Inherited from NotificationsSource)
IPersistableModel<NotificationsSourceAlert>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<NotificationsSourceAlert>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<NotificationsSourceAlert>.Write(ModelReaderWriterOptions)

Applies to