Freigeben über


Notification Class

Definition

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

Constructors

Name Description
Notification()

Creates an new Notification instance.

Properties

Name Description
Code
Message

Methods

Name Description
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.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