Share via


NotificationRecipient Class

Definition

Describes the json payload for a notified recipient for new requests.

public class NotificationRecipient : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Marketplace.Models.NotificationRecipient>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Marketplace.Models.NotificationRecipient>
type NotificationRecipient = class
    interface IJsonModel<NotificationRecipient>
    interface IPersistableModel<NotificationRecipient>
Public Class NotificationRecipient
Implements IJsonModel(Of NotificationRecipient), IPersistableModel(Of NotificationRecipient)
Inheritance
NotificationRecipient
Implements

Constructors

NotificationRecipient()

Initializes a new instance of NotificationRecipient.

Properties

DisplayName

Display Name.

EmailAddress

Email Address.

PrincipalId

Principal ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<NotificationRecipient>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NotificationRecipient>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NotificationRecipient>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NotificationRecipient>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NotificationRecipient>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to