NotificationsSource 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 valid notification source type Please note this is the abstract base class. The derived classes available for instantiation are: NotificationsSourceAlert and NotificationsSourceAttackPath.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownNotificationsSource))]
public abstract class NotificationsSource : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.NotificationsSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.NotificationsSource>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.SecurityCenter.Models.UnknownNotificationsSource))>]
type NotificationsSource = class
interface IJsonModel<NotificationsSource>
interface IPersistableModel<NotificationsSource>
Public MustInherit Class NotificationsSource
Implements IJsonModel(Of NotificationsSource), IPersistableModel(Of NotificationsSource)
- Inheritance
-
NotificationsSource
- Derived
- Attributes
- Implements