NotificationsSourceAttackPath Class

Definition

Attack path notification source.

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

Constructors

Name Description
NotificationsSourceAttackPath()

Initializes a new instance of NotificationsSourceAttackPath.

Properties

Name Description
MinimalRiskLevel

Defines the minimal attach path risk level 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<NotificationsSourceAttackPath>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<NotificationsSourceAttackPath>.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<NotificationsSourceAttackPath>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<NotificationsSourceAttackPath>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<NotificationsSourceAttackPath>.Write(ModelReaderWriterOptions)

Applies to