Notification Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.NotificationTypeConverter))]
public class Notification : Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.INotification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.NotificationTypeConverter))>]
type Notification = class
    interface INotification
    interface IJsonSerializable
Public Class Notification
Implements INotification
Inheritance
Notification
Attributes
Implements

Constructors

Notification()

Creates an new Notification instance.

Properties

Code
Message

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Notification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Notification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Purviewdata.Models.Api20211001Preview.INotification.

FromJsonString(String)

Creates a new instance of Notification, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Notification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to